TokenConversionManager
Verified contract
Active on
Ethereum with 5,410 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0d3…7935
Balances ($0.00)
No balances found for "TokenConversionManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208731 | 7 hours ago | | | 0 | 0.0012238708 | |
| 21208339 | 8 hours ago | | | 0 | 0.0011700218 | |
| 21208127 | 9 hours ago | | | 0 | 0.00092945423 | |
| 21208087 | 9 hours ago | | | 0 | 0.0012802812 | |
| 21207726 | 11 hours ago | | | 0 | 0.0011183020 | |
| 21205162 | 19 hours ago | | | 0 | 0.00073653248 | |
| 21204355 | a day ago | | | 0 | 0.0014484916 | |
| 21203840 | a day ago | | | 0 | 0.00097328062 | |
| 21199600 | 2 days ago | | | 0 | 0.0012032217 | |
| 21196633 | 2 days ago | | | 0 | 0.0014837774 |
ABI
ABI objects
Getter at block 21210871
conversionAuthorizer() view returns (address)
0x4d5fabceec33581453acf54d047cfc24a1a93030
maxSupply() view returns (uint256)
1000000000000000
owner() view returns (address)
0xa7a31d206042b8a3e81aa4cf8c68c1b76856ee48
perTxnMaxAmount() view returns (uint256)
500000000000
perTxnMinAmount() view returns (uint256)
500000000
token() view returns (address)
0xf0d33beda4d734c72684b5f9abbebf715d0a7935
Read-only
usedSignatures(bytes32) view returns (bool)
State-modifying
Events conversionIn(address to, uint256 amount, bytes32 conversionId, uint8 v, bytes32 r, bytes32 s)
conversionOut(uint256 amount, bytes32 conversionId, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transferOwnership(address newOwner)
updateAuthorizer(address newAuthorizer)
updateConfigurations(uint256 _perTxnMinAmount, uint256 _perTxnMaxAmount, uint256 _maxSupply)
ConversionIn(address indexed tokenHolder, bytes32 conversionId, uint256 amount)
ConversionOut(address indexed tokenHolder, bytes32 conversionId, uint256 amount)
NewAuthorizer(address conversionAuthorizer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateConfiguration(uint256 perTxnMinAmount, uint256 perTxnMaxAmount, uint256 maxSupply)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.