MetaTriadsTicketContract
Verified contract
Active on
Ethereum with 2,839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "MetaTriadsTicketContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14514303 | 3 years ago | | | 0 | 0.0078096598 | |
| 14497313 | 3 years ago | | | 0 | 0.0010781345 | |
| 14476826 | 3 years ago | | | 0 | 0.0084325500 | |
| 14470388 | 3 years ago | | | 0 | 0.0042270602 | |
| 14464640 | 3 years ago | | | 0 | 0.0061675303 | |
| 14463906 | 3 years ago | | | 0 | 0.0034937741 | |
| 14462483 | 3 years ago | | | 0 | 0.0031384425 | |
| 14462445 | 3 years ago | | | 0 | 0.0049505880 | |
| 14456087 | 3 years ago | | | 0.09 | 0.0028139008 | |
| 14456086 | 3 years ago | | | 0.09 | 0.0030801621 |
ABI
ABI objects
Getter at block 21207447
boughtOpen() view returns (uint256)
831
giveAwayMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
giveAwayRedeemed() view returns (uint256)
0
limitOpen() view returns (uint256)
10
marginOfSafety() view returns (uint256)
120
maxSupplyGiveaway() view returns (uint256)
500
maxSupplyOpen() view returns (uint256)
255
merkleRoot() view returns (bytes32)
0x34f6e513ebf245d6297c513af7fc85ccdae50597ba5a591df29dc35149747553
nft() view returns (address)
0xe2889645716c27194b75484eb7150f9c9ddd824c
openLeft() view returns (uint256)
0
owner() view returns (address)
0x0506fb698a0a6344e10ceea1a1031304add776bf
phaseOneDuration() view returns (uint256)
1920
phaseOneLeft() view returns (uint256)
0
phaseOneMaxSupply() view returns (uint256)
300
phaseOneStartTime() view returns (uint256)
1647289680
phaseTwoDuration() view returns (uint256)
1800
phaseTwoLeft() view returns (uint256)
576
phaseTwoMaxSupply() view returns (uint256)
2000
phaseTwoStartTime() view returns (uint256)
1647303300
priceOpen() view returns (uint256)
180000000000000000
pricePermissioned() view returns (uint256)
90000000000000000
realSupplyOpen() view returns (uint256)
831
redeemDuration() view returns (uint256)
2592000
redeemStart() view returns (uint256)
1647305100
startTimeOpen() view returns (uint256)
1647305100
Read-only
addressToGiveawayRedeemed(address) view returns (uint256)
addressToMints(address) view returns (uint256)
addressToTicketsOpen(address) view returns (uint256)
addressToTicketsPermissioned(address, uint256) view returns (uint256)
boughtPermissioned(uint256) view returns (uint256)
State-modifying
Events buyOpen(uint256 amount) payable
buyPermissioned(uint256 amount, uint256 buyMaxAmount, uint256 phase, bytes32[] proof) payable
deleteMerkleRoot()
redeemGiveAway(uint256 redeemAmount, bytes32[] proof)
redeemTickets()
renounceOwnership()
setGiveAwayMaxSupply(uint256 newSupply)
setGiveAwayMerkleRoot(bytes32 newRoot)
setLimitOpen(uint256 newLimitOpen)
setMaxSupplyOpen(uint256 newMaxSupply)
setMaxSupplyPhaseOne(uint256 newMaxSupply)
setMaxSupplyPhaseTwo(uint256 newMaxSupply)
setMerkleRoot(bytes32 newRoot)
setPhaseOneDuration(uint256 newDuration)
setPhaseOneStartTime(uint256 newTime)
setPhaseTwoDuration(uint256 newDuration)
setPhaseTwoStartTime(uint256 newTime)
setPriceOpen(uint256 newPriceOpen)
setPricePermissioned(uint256 newPricePermissioned)
setRedeemDuration(uint256 newDuration)
setRedeemStart(uint256 newStart)
setStartTimeOpen(uint256 newTime)
transferOwnership(address newOwner)
withdrawAll(address _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed buyer, uint256 indexed amount, bool indexed permissioned)
ReceivedEther(address indexed sender, uint256 indexed amount)
RedeemGiveAway(address indexed redeemer, uint256 amount)
RedeemTickets(address indexed redeemer, uint256 amount)
WithdrawAllEvent(address indexed to, uint256 amount)
setGiveAwayMaxSupplyEvent(uint256 indexed newSupply)
setGiveAwayMerkleRootEvent(bytes32 indexed merkleRoot)
setLimitOpenEvent(uint256 indexed limit)
setMaxSupplyOpenEvent(uint256 indexed maxSupply)
setMaxSupplyPhaseOneEvent(uint256 indexed maxSupply)
setMaxSupplyPhaseTwoEvent(uint256 indexed maxSupply)
setMerkleRootEvent(bytes32 indexed merkleRoot)
setPhaseOneDurationEvent(uint256 indexed time)
setPhaseOneStartTimeEvent(uint256 indexed time)
setPhaseTwoDurationEvent(uint256 indexed time)
setPhaseTwoStartTimeEvent(uint256 indexed time)
setPriceOpenEvent(uint256 indexed price)
setPricePermissionedEvent(uint256 indexed price)
setRedeemDurationEvent(uint256 indexed duration)
setRedeemStartEvent(uint256 indexed start)
setStartTimeOpenEvent(uint256 indexed time)
constructor(address _metaTriadsAddress)
receive()
This contract contains no error objects.