MintHelper
Verified contract
Active on
Ethereum with 43,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CBTV | ERC-20 | 196.2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10602187 | 4 years ago | | | 0 | 0.0046359819 | |
| 10602145 | 4 years ago | | | 0 | 0.0042149250 | |
| 10602133 | 4 years ago | | | 0 | 0.0042153210 | |
| 10601559 | 4 years ago | | | 0 | 0.0046368531 | |
| 10601424 | 4 years ago | | | 0 | 0.0049013197 | |
| 10601374 | 4 years ago | | | 0 | 0.0042157170 | |
| 10601355 | 4 years ago | | | 0 | 0.0046359819 | |
| 10601251 | 4 years ago | | | 0 | 0.0049174125 | |
| 10601144 | 4 years ago | | | 0 | 0.0063235755 | |
| 10601133 | 4 years ago | | | 0 | 0.0064556680 |
ABI
ABI objects
Getter at block 21260911
mintableToken() view returns (address)
0xb6ed7644c69416d67b522e20bc294a9a9b405b31
minterFeePercent() view returns (uint256)
30
minterWallet() view returns (address)
0x991bd83f4c601fc3798839d4e4372d628607f7c9
owner() view returns (address)
0x363b5534fb8b5f615583c7329c9ca8ce6edaf6e6
payoutsWallet() view returns (address)
0x9303b501e06aded924b038278ec70fe115260e28
Read-only
This contract contains no read-only function objects.
State-modifying
Events proxyMergeMint(uint256 nonce, bytes32 challenge_digest, address[] tokens) returns (bool)
proxyMint(uint256 nonce, bytes32 challenge_digest) returns (bool)
send(address _tokenAddr, address dest, uint256 value) returns (bool)
setMintableToken(address mToken) returns (bool)
setMinterFeePercent(uint256 fee) returns (bool)
setMinterWallet(address mWallet) returns (bool)
setPayoutsWallet(address pWallet) returns (bool)
transferOwnership(address newOwner)
withdraw()
This contract contains no event objects.
constructor(address mToken, address pWallet, address mWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.