MintablePresale
Verified contract
Active on
Ethereum with 1,534 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) |
---|---|---|---|---|---|---|---|
| 14321254 | 3 years ago | | | 0.2 | 0.0021644534 | |
| 14276826 | 3 years ago | | | 0.2 | 0.0019517963 | |
| 14263927 | 3 years ago | | | 0.4 | 0.0048418537 | |
| 14263706 | 3 years ago | | | 0.2 | 0.0032423057 | |
| 14263477 | 3 years ago | | | 0.2 | 0.0033301315 | |
| 14257519 | 3 years ago | | | 0.4 | 0.0028490177 | |
| 14254979 | 3 years ago | | | 0.2 | 0.0023426522 | |
| 14254979 | 3 years ago | | | 0.2 | 0.0023426522 | |
| 14253411 | 3 years ago | | | 0.2 | 0.0033605718 | |
| 14253411 | 3 years ago | | | 0.2 | 0.0033511640 |
ABI
ABI objects
Getter at block 21217246
UID() view returns (uint256)
28595019404770808519118858096453998662265371859510804632813102280779303384975
batchLimit() view returns (uint32)
2
developerAddress() view returns (address)
0xaebb2b8f23a74f461bcccb56c3dbd189d0b73b7e
finalId() view returns (uint32)
2000
isActive() view returns (bool)
false
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
mintLimit() view returns (uint32)
2
nextId() view returns (uint32)
2001
owner() view returns (address)
0xf33f8ac246b986d70162501fa83e4f9d17ad10df
root() view returns (bytes32)
0x2ce69a2f7eea7e0201dc253b01ddd083f10bf6dfeda39d66df9c71e704964859
soldCounter() view returns (uint32)
1949
tokenContract() view returns (address)
0x12787526c03d626aac88e6edc4d0fb930d86c631
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.