ERC20Supplier
Verified contract
Active on
Ethereum with 265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC20Supplier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9172514 | 5 years ago | | | 0 | 0.000098476000 | |
| 9120750 | 5 years ago | | | 0 | 0.00032226700 | |
| 9116874 | 5 years ago | | | 0 | 0.00028359496 | |
| 9116302 | 5 years ago | | | 0 | 0.00017578200 | |
| 9004628 | 5 years ago | | | 0 | 0.00036931700 | |
| 8996964 | 5 years ago | | | 0 | 0.00068181600 | |
| 8884333 | 5 years ago | | | 0 | 0.00031249900 | |
| 8854061 | 5 years ago | | | 0 | 0.00031249900 | |
| 8835615 | 5 years ago | | | 0 | 0.00042613500 | |
| 8828862 | 5 years ago | | | 0 | 0.00036931700 |
ABI
ABI objects
Getter at block 21286634
owner() view returns (address)
[unknown]
paused() view returns (bool)
[unknown]
rate() view returns (uint256)
[unknown]
reserve() view returns (address)
[unknown]
token() view returns (address)
[unknown]
wallet() view returns (address)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events destroy()
destroyAndSend(address _recipient)
pause()
renounceOwnership()
setRate(uint256 _rate) returns (bool)
setReserve(address _reserve) returns (bool)
setToken(address _token) returns (bool)
setWallet(address _wallet) returns (bool)
transferOwnership(address _newOwner)
unpause()
withdrawAirdrop(address _token) returns (bool)
LogReleaseTokensTo(address indexed _from, address indexed _to, uint256 _amount)
LogSetReserve(address indexed _reserve)
LogSetToken(address indexed _token)
LogSetWallet(address indexed _wallet)
LogSetrate(uint256 _rate)
LogWithdrawAirdrop(address indexed _from, address indexed _token, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _wallet, address _reserve, address _token, uint256 _rate)
fallback()
This contract contains no error objects.