Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8a0b…0da5
0xbba3…3099
0x4345…4dd9
Balances ($1,250.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.249091K | $1.001 |
$1,250.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 17790251 | a year ago | | | 0.005 | 0.00045994912 | |
| 17452207 | a year ago | | | 0 | 0.00042196416 | |
| 17452206 | a year ago | | | 0 | 0.00043651366 | |
| 17452203 | a year ago | | | 0 | 0.00036951257 | |
| 17002662 | 2 years ago | | | 0 | 0.00049892835 | |
| 16420862 | 2 years ago | | | 0 | 0.00088453059 | |
| 16400010 | 2 years ago | | | 0 | 0.00061848784 | |
| 16394750 | 2 years ago | | | 0 | 0.00044845409 | |
| 16392750 | 2 years ago | | | 0 | 0.00077907413 | |
| 16382902 | 2 years ago | | | 0 | 0.00060624215 |
ABI
ABI objects
Getter at block 21305056
VESTING_PERIOD() view returns (uint256)
2592000
getRecipient() view returns (address)
0x137ad021605d2c9e7e7c18c344d9e9d60a41ff14
getTokenWallet() view returns (address)
0x2f2262939a5af202614c844cffd07084da269494
nft() view returns (address)
0x8a0b3e62173b1803b4c7517d4f6a08e5d5e40da5
owner() view returns (address)
0xab5ea151f5fc260db6b14cbbc79e9e320126ed41
paused() view returns (bool)
true
paymentToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
reward() view returns (uint256)
1000000000000000000000
tokenRate() view returns (uint256)
0
vesting() view returns (address)
0x4345fd4cf5de0b21b2449909ab9b0c9453c54dd9
vestingToken() view returns (address)
0xbba39fd2935d5769116ce38d46a71bde9cf03099
Read-only
getReferralInfo(address _referral, uint8 _stage) view returns (uint256)
getStageInfo(uint8 _numStage) view returns (struct LockStage)
getTraits(uint256 _type) view returns (struct LockTrait)
getTraitsType(uint256 _tokenId) view returns (uint8)
refRewards(uint8, uint256) view returns (uint256)
referrals(address, uint8) view returns (uint256)
State-modifying
Events airdrop(address[] _sender, address[] _refferal, uint256[] _amount)
changeRecipient(address newRecipient)
changeTokenWallet(address newTokenWallet)
claimPrize(uint256 _id)
mint(address _sender, address _refferal, uint256 _amount)
pause()
renounceOwnership()
setCurrentStage(uint8 _stage)
setPrizes(uint256[] _tokenIds)
setRate(uint256 _rate)
setRefRewards(uint8 _stage, uint256 _sum, uint256 _rate)
setStageInfo(uint8 _numStage, uint256 _start, uint256 _end, uint256 _amount, uint256 _price)
setStages(uint256[6] _start, uint256[6] _end, uint256[6] _amount, uint256[6] _price)
setTraits(uint256[33] _amount, uint8[33] _lockup, uint8[33] _vesting, uint8[33] _rate, uint256[33] _prize, uint256[33] _offset)
setVesting(address _vesting)
transferOwnership(address newOwner)
unpause()
Claimed(uint256 tokenId, uint256 amount, uint256 timestamp)
Minted(address owner, address refferal, uint256[] tokenId, uint8 stage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RecipientChanged(address newRecipient)
Unpaused(address account)
constructor(address _nft, address _paymentToken, address _vestingToken, address _recipient, address _tokenWallet, address _vesting)
This contract contains no fallback and receive objects.
This contract contains no error objects.