TheSecondBurn
Verified contract
Active on
Ethereum with 889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($12,980.74)
Native
Value
$12,980.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.319603 | $3,910.33 |
$12,980.74 | |
BURN2 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20687108 | 3 months ago | | | 0 | 0.00014122733 | |
| 20686993 | 3 months ago | | | 0 | 0.00026891999 | |
| 19667905 | 8 months ago | | | 0 | 0.00069436665 | |
| 19667898 | 8 months ago | | | 0 | 0.00077950730 | |
| 18095795 | a year ago | | | 0 | 0.00041399354 | |
| 16130829 | 2 years ago | | | 0 | 0.00078875521 | |
| 15919075 | 2 years ago | | | 0 | 0.0011609395 | |
| 15846686 | 2 years ago | | | 0 | 0.00029864417 | |
| 15306860 | 2 years ago | | | 0 | 0.00049905000 | |
| 15306851 | 2 years ago | | | 0 | 0.00052124486 |
ABI
ABI objects
Getter at block 21397079
MAX_ELEMENTS() view returns (uint256)
4999
MAX_PUBLIC_ELEMENTS() view returns (uint256)
4000
MINT_PRICE() view returns (uint256)
80000000000000000
baseTokenURI() view returns (string)
burnablesAddress() view returns (address)
0xf9b8e02a97780381ea1fbdd41d7706acd163dd9a
name() view returns (string)
TheSecondBurn
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BURN2
totalBurned() view returns (uint256)
325
totalMint() view returns (uint256)
490
totalSupply() view returns (uint256)
165
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurnablesOwner(uint256 burnablesId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mintPublic(uint256 _count) payable
mintWithBurnable(uint256 burnablesId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendEther() payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateBurnable(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.