MintablePresale
Verified contract
Active on
Ethereum with 4,572 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) |
---|---|---|---|---|---|---|---|
| 14248855 | 3 years ago | | | 0.3 | 0.0019447711 | |
| 14172616 | 3 years ago | | | 0.6 | 0.0037053765 | |
| 14172614 | 3 years ago | | | 0.6 | 0.0041857646 | |
| 14172612 | 3 years ago | | | 0.6 | 0.0041476240 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 | |
| 14119629 | 3 years ago | | | 0.3 | 0.0033584623 |
ABI
ABI objects
Getter at block 21167474
UID() view returns (uint256)
4883568609310911050885446084215752639260414024902802421613971638139587978137
batchLimit() view returns (uint32)
3
developerAddress() view returns (address)
0xaebb2b8f23a74f461bcccb56c3dbd189d0b73b7e
finalId() view returns (uint32)
7777
isActive() view returns (bool)
false
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
mintLimit() view returns (uint32)
3
nextId() view returns (uint32)
7778
owner() view returns (address)
0x58ca19f027dfa2675109e233d8d4de7f47964f8a
root() view returns (bytes32)
0x98e2a8eca2a52bc01f2c8ee2d420b6d898fcf9705d6505f68c66ebc54cf25874
soldCounter() view returns (uint32)
7677
tokenContract() view returns (address)
0xec3a445010a3d8a201d4460c5570de49dda590df
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.