mirror of
https://github.com/vacp2p/minime.git
synced 2026-01-07 22:34:03 -05:00
* chore: add missing trailing slash in remapping This was not causing any compilation issues, but the solidity language server gets confused by this and complains about incorrect import statements otherwise. * TokenController interactions after balance updates This test demonstrates that all transfer methods are vulnerable to callback reentrancy attacks if the controller of the `MiniMeToken` is malicious. --------- Co-authored-by: r4bbit <445106+0x-r4bbit@users.noreply.github.com>
14 lines
702 B
Plaintext
14 lines
702 B
Plaintext
AllowanceTest:testAllowance() (gas: 244240)
|
|
AllowanceTest:testDeployment() (gas: 45814)
|
|
CreateCloneTokenTest:testCreateCloneToken() (gas: 2165972)
|
|
CreateCloneTokenTest:testDeployment() (gas: 45769)
|
|
CreateCloneTokenTest:testGenerateTokens() (gas: 2045315)
|
|
DestroyTokensTest:testDeployment() (gas: 45598)
|
|
DestroyTokensTest:testDestroyTokens() (gas: 124840)
|
|
GenerateTokensTest:testDeployment() (gas: 45553)
|
|
GenerateTokensTest:testGenerateTokens() (gas: 114564)
|
|
GenerateTokensTest:test_RevertWhen_SenderIsNotController() (gas: 14930)
|
|
MiniMeTokenTest:testDeployment() (gas: 45598)
|
|
ReentrancyTest:testAttack() (gas: 229331)
|
|
TransferTest:testDeployment() (gas: 45814)
|
|
TransferTest:testTransfer() (gas: 201218) |