MintablePresaleS
Verified contract
Active on
Ethereum with 125 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 "MintablePresaleS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14674326 | 3 years ago | | | 0 | 0.0035424474 | |
| 14641774 | 3 years ago | | | 0.3 | 0.0052629428 | |
| 14641737 | 3 years ago | | | 0.15 | 0.0053763870 | |
| 14641721 | 3 years ago | | | 0.15 | 0.0065210537 | |
| 14641684 | 3 years ago | | | 0.15 | 0.0070390605 | |
| 14641650 | 3 years ago | | | 0.3 | 0.0071657406 | |
| 14641629 | 3 years ago | | | 0.15 | 0.0066639189 | |
| 14641625 | 3 years ago | | | 0.3 | 0.0050599387 | |
| 14641612 | 3 years ago | | | 0.3 | 0.0057716009 | |
| 14641606 | 3 years ago | | | 0.15 | 0.0062230639 |
ABI
ABI objects
Getter at block 21220768
UID() view returns (uint256)
28595019404770808519118858096454335177047193897276157985977521862788432951183
developerAddress() view returns (address)
0xb9c63d3b32809ff85bb2460eea2f9e08982e51dd
finalId() view returns (uint32)
5000
isActive() view returns (bool)
true
itemsAvailable() view returns (uint32)
4718
itemsOnSale() view returns (uint32)
4718
mintLimit() view returns (uint32)
0
nextId() view returns (uint32)
283
owner() view returns (address)
0xa64582868a2ae8e6c3ee2a6d8d38a5d35650c15a
root() view returns (bytes32)
0x0cd2c4f0bf039c48d6fd2b095561b718ff5a2f986754400950e1a37ff30c9982
soldCounter() view returns (uint32)
182
tokenContract() view returns (address)
0x92ee1139aec7231ad11bf42a99c9b229494c95ea
Read-only
mints(address) view returns (uint32)
State-modifying
Events buy(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) 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) payable
initialize(uint32 _nextId, uint32 _finalId, 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 _mintLimit, 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.