MintHelper
Verified contract
Active on
Ethereum with 774 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 "MintHelper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8102587 | 5 years ago | | | 0 | 0.00029600760 | |
| 8098402 | 5 years ago | | | 0 | 0.00012074760 | |
| 8098161 | 5 years ago | | | 0 | 0.0029600760 | |
| 8096829 | 5 years ago | | | 0 | 0.00029600760 | |
| 8095633 | 5 years ago | | | 0 | 0.00029593080 | |
| 8095564 | 5 years ago | | | 0 | 0.00029600760 | |
| 8063768 | 5 years ago | | | 0 | 0.0059232240 | |
| 8062476 | 5 years ago | | | 0 | 0.00029616120 | |
| 8035492 | 5 years ago | | | 0 | 0.0014652376 | |
| 8033960 | 5 years ago | | | 0 | 0.0014808060 |
ABI
ABI objects
Getter at block 21414030
mintableToken() view returns (address)
0xb6ed7644c69416d67b522e20bc294a9a9b405b31
minterFeePercent() view returns (uint256)
0
minterWallet() view returns (address)
0x58a38c1f673a8caee0c6c51b648d537c5a2c1f94
owner() view returns (address)
0x58a38c1f673a8caee0c6c51b648d537c5a2c1f94
payoutsWallet() view returns (address)
0xfc78ced849ea6e728b7a4173bc07304c936c8dcd
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.