MintablePresale
Verified contract
Active on
Ethereum with 1,963 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) |
---|---|---|---|---|---|---|---|
| 14144797 | 3 years ago | | | 0.27 | 0.0022220128 | |
| 14109540 | 3 years ago | | | 0.27 | 0.0027618377 | |
| 14061420 | 3 years ago | | | 0 | 0.0040807732 | |
| 14057378 | 3 years ago | | | 0.27 | 0.0075467988 | |
| 14057334 | 3 years ago | | | 0.27 | 0.0074779289 | |
| 14057313 | 3 years ago | | | 0.54 | 0.0049199743 | |
| 14057306 | 3 years ago | | | 0.27 | 0.0064591949 | |
| 14057306 | 3 years ago | | | 0.54 | 0.0065020612 | |
| 14057306 | 3 years ago | | | 0.54 | 0.0065066819 | |
| 14057306 | 3 years ago | | | 0.27 | 0.0064606498 |
ABI
ABI objects
Getter at block 21230389
UID() view returns (uint256)
50307802983832373762740233590611676704388099690890606951110683957334123640735
batchLimit() view returns (uint32)
2
developerAddress() view returns (address)
0xaebb2b8f23a74f461bcccb56c3dbd189d0b73b7e
finalId() view returns (uint32)
3000
isActive() view returns (bool)
false
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
mintLimit() view returns (uint32)
2
nextId() view returns (uint32)
3001
owner() view returns (address)
0xf2d1dba07b910dd0d338a95970018eceb2d2fdd1
root() view returns (bytes32)
0xeb18d244771559b03bf04d100599d1ffbd0ad7aa3e82df1f3db6abe1897b1af9
soldCounter() view returns (uint32)
2960
tokenContract() view returns (address)
0x081fac886fdcacdc826c4135ed4ba5b65ececfb8
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.