Base Tenet [Green]
Verified contract
Active on
Base with 299 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000005 | $2,510.86 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10995692 | 8 months ago | | | 0.000001 | 0.000000012577592013 | |
| 9805894 | 9 months ago | | | 0.000001 | 0.000000013606906929 | |
| 8218514 | 10 months ago | | | 0 | 0.000000022855577572 | |
| 5763591 | a year ago | | | 0 | 0.000000052024561260 | |
| 5723720 | a year ago | | | 0.000001 | 0.000000000388148649 | |
| 5723704 | a year ago | | | 0.000001 | 0.000000000399446733 | |
| 5723690 | a year ago | | | 0.000001 | 0.000000000423380832 | |
| 5628121 | a year ago | | | 0 | 0.0000011375898 | |
| 5524748 | a year ago | | | 0 | 0.000000022417523334 | |
| 5524730 | a year ago | | | 0.0000999 | 9.3488864e-7 |
ABI
ABI objects
Getter at block 21848150
contractURI() view returns (string)
data:application/json;base64,eyJuYW1lIjogIkJhc2UgVGVuZXQgW0dyZWVuXSIsICJkZXNjcmlwdGlvbiI6ICJCYXNlIFRlbmV0IFBhc3MiLCAiaW1hZ2UiOiAiaXBmczovL2JhZmtyZWlmcmV3c2U1emFzd21vaHc2YmNwcGhpbnh2M2FmcWJzejRxbXlrc2JmajU0MmxpMnR6ajJpIn0=
mintPrice() view returns (uint256)
999000000000
name() view returns (string)
Base Tenet [Green]
owner() view returns (address)
0xdd64399d5fbdee78f95a7a3e755e3492838e5420
symbol() view returns (string)
BT11
totalSupply() view returns (uint256)
697
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addItems(uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.