Base Tenet [Security]
Verified contract
Active on
Base with 298 txns
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 "Base Tenet [Security]"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9627551 | 10 months ago | | | 0 | 0.000000008445956929 | |
| 6969189 | a year ago | | | 0 | 0.000000102389090835 | |
| 6937568 | a year ago | | | 0 | 3.4589893e-7 | |
| 6919567 | a year ago | | | 0 | 0.000000003844783152 | |
| 6669908 | a year ago | | | 0 | 0.000000000006228008 | |
| 6500970 | a year ago | | | 0 | 0.000000000153317145 | |
| 6367879 | a year ago | | | 0 | 0.000000000536015755 | |
| 5837904 | a year ago | | | 0 | 0.000000108517637530 | |
| 5792821 | a year ago | | | 0 | 0.000000000272167645 | |
| 5769539 | a year ago | | | 0 | 0.000000002258641304 |
ABI
ABI objects
Getter at block 22772685
contractURI() view returns (string)
data:application/json;base64,eyJuYW1lIjogIkJhc2UgVGVuZXQgW1NlY3VyaXR5XSIsICJkZXNjcmlwdGlvbiI6ICJCYXNlIFRlbmV0IFBhc3MiLCAiaW1hZ2UiOiAiaXBmczovL2JhZmtyZWllM2RoN2x6cWl3dGx2ZjNqN3BibG9vbjRuNXVvNmNxbnp5Z3RwZGw0ZGlyZTZldDV3cmdhIn0=
maxSupply() view returns (uint16)
5000
mintType() view returns (int8)
0
name() view returns (string)
Base Tenet [Security]
owner() view returns (address)
0xe4ff4635421d849d1e4949de3d3f96c9604dffbc
symbol() view returns (string)
BT14
totalSupply() view returns (uint256)
2725
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 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)
setMintType(int8 value)
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.