Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Based Anons"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14188880 | 6 months ago | | | 0 | 0.00032293282 | |
| 14188183 | 6 months ago | | | 0 | 0.000086770112 | |
| 12949208 | 7 months ago | | | 0 | 0.000000081162708445 | |
| 12652459 | 8 months ago | | | 0 | 1.1123230e-7 | |
| 12598476 | 8 months ago | | | 0 | 0.0000013404093 | |
| 12280139 | 8 months ago | | | 0 | 0.0000048172216 | |
| 12272022 | 8 months ago | | | 0 | 1.1758452e-7 | |
| 12257976 | 8 months ago | | | 0 | 1.5422390e-7 | |
| 12247644 | 8 months ago | | | 0 | 1.1369684e-7 | |
| 12144386 | 8 months ago | | | 0 | 1.2028304e-7 |
ABI
ABI objects
Getter at block 22779493
contractURI() pure returns (string)
ipfs://bafybeieyl43zrei5p3wzzc3uhzpnoo2cwkgd5hqgik5citak3cap4knw6y/meta.json
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x30c638524a5c5bd1ea5ff6fd04496a0678029e30
name() view returns (string)
Based Anons
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BSANN
totalSupply() view returns (uint256)
4444000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setSkipNFT(address a, bool state)
setSkipNFT(bool skipNFT)
swapTokenURI(uint256 id, uint256 targetTokenId)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()