TokenConversionManager
Verified contract
Active on
Ethereum with 1,366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaef4…7866
Balances ($0.00)
No balances found for "TokenConversionManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157919 | 21 minutes ago | | | 0 | 0.0033592944 | |
| 21157054 | 3 hours ago | | | 0 | 0.0014979875 | |
| 21156158 | 6 hours ago | | | 0 | 0.0011646627 | |
| 21153699 | 14 hours ago | | | 0 | 0.0014185398 | |
| 21152350 | 19 hours ago | | | 0 | 0.0012380515 | |
| 21151888 | 21 hours ago | | | 0 | 0.0011584751 | |
| 21148214 | a day ago | | | 0 | 0.0012342846 | |
| 21147431 | a day ago | | | 0 | 0.00078713617 | |
| 21147382 | a day ago | | | 0 | 0.00067182526 | |
| 21137571 | 3 days ago | | | 0 | 0.0025137393 |
ABI
ABI objects
Getter at block 21158021
conversionAuthorizer() view returns (address)
0xe89ab8795716ded52c1f5668760ff7432fc14e76
maxSupply() view returns (uint256)
1000000000000000
owner() view returns (address)
0xa7a31d206042b8a3e81aa4cf8c68c1b76856ee48
perTxnMaxAmount() view returns (uint256)
10000000000000
perTxnMinAmount() view returns (uint256)
500000000
token() view returns (address)
0xaef420fd77477d9dc8b46d704d44dd09d6c27866
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.