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 "VhilsBurn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20380644 | 4 months ago | | | 0 | 0.00018400902 | |
| 20212862 | 5 months ago | | | 0.1 | 0.00061831882 | |
| 20212861 | 5 months ago | | | 0.1 | 0.00081255282 | |
| 20212779 | 5 months ago | | | 0 | 0.0025345157 | |
| 20212682 | 5 months ago | | | 0.1 | 0.00090038579 | |
| 20207052 | 5 months ago | | | 0.1 | 0.00050379940 | |
| 20205862 | 5 months ago | | | 0.1 | 0.00048337819 | |
| 20205327 | 5 months ago | | | 0.1 | 0.00043341909 | |
| 20200108 | 5 months ago | | | 0.1 | 0.00035609885 | |
| 20200087 | 5 months ago | | | 0.1 | 0.00042834119 |
ABI
ABI objects
Getter at block 21217848
burnAmount() view returns (uint256)
100000000000000000
burnRecipient() view returns (address)
0x91660cd98409c6e5e37c911321b346eb726449fe
end() view returns (uint256)
1719853200
isOnceTime() view returns (bool)
true
nft() view returns (address)
0xa9248a0935eb476cfe2f286df813a48d06ffd2e2
owner() view returns (address)
0x91660cd98409c6e5e37c911321b346eb726449fe
saleRecipient() view returns (address)
0x58f58f15a0d080932218d65beb8bbd83978677d7
staking() view returns (address)
0x50d8aae81035a2253ce36433fa5c6f1d2314c90b
start() view returns (uint256)
1719248400
tierRank() view returns (uint8)
5
tokensPerBurn() view returns (uint16)
3
Read-only
isBurned(uint16) view returns (bool)
State-modifying
Events purchaseByEth(uint16 _tokenId) payable
purchaseByToken(uint16[] _tokenIds)
renounceOwnership()
setBurnAmount(uint256 _burnAmount)
setBurnRecipient(address _burnRecipient)
setNft(address _nft)
setOnceTime(bool _isOnceTime)
setSaleRecipient(address _saleRecipient)
setStaking(address _staking)
setTierRank(uint8 _tierRank)
setTime(uint256 _start, uint256 _end)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseETH(address indexed sender, uint16 tokenId, uint256 amount, uint256 timestamp)
PurchaseToken(address indexed sender, uint16[] tokenIds, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()