MintHelper
Verified contract
Active on
Ethereum with 10,374 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) |
---|---|---|---|---|---|---|---|
| 8274220 | 5 years ago | | | 0 | 0.00029553840 | |
| 8225477 | 5 years ago | | | 0 | 0.00059123040 | |
| 8216161 | 5 years ago | | | 0 | 0.00029561520 | |
| 8147276 | 5 years ago | | | 0 | 0.00032661288 | |
| 8146770 | 5 years ago | | | 0 | 0.00035092080 | |
| 8144048 | 5 years ago | | | 0 | 0.000040816800 | |
| 7700792 | 6 years ago | | | 0 | 0.000081876000 | |
| 7700648 | 6 years ago | | | 0 | 0.000086604000 | |
| 7700646 | 6 years ago | | | 0 | 0.000085935000 | |
| 7584639 | 6 years ago | | | 0 | 0.00049456080 |
ABI
ABI objects
Getter at block 21123430
mintableToken() view returns (address)
0xb6ed7644c69416d67b522e20bc294a9a9b405b31
minterFeePercent() view returns (uint256)
3
minterWallet() view returns (address)
0xf0bda1242b21d22b67602c1c0ceaa33cfcd00f6a
owner() view returns (address)
0xae212c80809adce867c195108edb6df0e2006e54
payoutsWallet() view returns (address)
0x6df725a7ab1c6fe443c313c7a8cf92966b58efe7
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.