MintablePresale
Verified contract
Active on
Ethereum with 5,345 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 "MintablePresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14956837 | 2 years ago | | | 0.22 | 0.0046762937 | |
| 14956837 | 2 years ago | | | 0.22 | 0.0046762937 | |
| 14956837 | 2 years ago | | | 0.22 | 0.0046762937 | |
| 14956837 | 2 years ago | | | 0.22 | 0.0046762937 | |
| 14956837 | 2 years ago | | | 0.22 | 0.0046743634 | |
| 14956837 | 2 years ago | | | 0.22 | 0.0046762937 | |
| 14160055 | 3 years ago | | | 0.44 | 0.0060408870 | |
| 14160043 | 3 years ago | | | 0.44 | 0.0070829723 | |
| 14159865 | 3 years ago | | | 0.44 | 0.0051381260 | |
Transfer | 14088017 | 3 years ago | | | 0.002 | 0.0020058758 |
ABI
ABI objects
Getter at block 21329939
UID() view returns (uint256)
67886470071914184819289534905501151336650002742461489516844279414996576492532
batchLimit() view returns (uint32)
2
developerAddress() view returns (address)
0xaebb2b8f23a74f461bcccb56c3dbd189d0b73b7e
finalId() view returns (uint32)
8888
isActive() view returns (bool)
false
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
mintLimit() view returns (uint32)
2
nextId() view returns (uint32)
8889
owner() view returns (address)
0x75d6dc09c5bfcbaec4555b2bb1017f241accab6e
root() view returns (bytes32)
0x18b64fe11683b72997dd545acc3d1ffd9145f380833a77cc9bd5eca73c915a40
soldCounter() view returns (uint32)
8788
tokenContract() view returns (address)
0x07a8ba3f4fd4db7f3381c07ee5a309c1aace9c59
Read-only
mints(address) view returns (uint32)
State-modifying
Events buy(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof, uint32 _amount) payable
buySingle(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) payable
buySingleTo(address _to, uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) payable
buyTo(address _to, uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof, uint32 _amount) payable
initialize(uint32 _nextId, uint32 _finalId, uint32 _batchLimit, uint32 _mintLimit, bytes32 _root)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
withdrawTo(address _to)
Bought(address indexed _by, address indexed _to, uint256 _amount, uint256 _value)
Initialized(address indexed _by, uint32 _nextId, uint32 _finalId, uint32 _batchLimit, uint32 _limit, bytes32 _root)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed _by, address indexed _to, uint256 _value)
constructor(address _tokenContract, address _developerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.