Based Brians
Verified contract
Active on
Base with 29,709 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000859 |
$0 | |
OHNO | ERC-20 | 101 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22692034 | 21 hours ago | | | 0 | 0.000000058435444620 | |
| 22691547 | 21 hours ago | | | 0 | 0.000000108787959030 | |
| 22690212 | a day ago | | | 0 | 0.000000103995834048 | |
| 22689018 | a day ago | | | 0 | 0.0000010475200 | |
| 22675582 | a day ago | | | 0 | 0.0000015263800 | |
| 22673638 | a day ago | | | 0 | 5.9740827e-7 | |
| 22661749 | 2 days ago | | | 0 | 0.000000099916433408 | |
| 22657692 | 2 days ago | | | 0 | 0.000000099916433408 | |
| 22657564 | 2 days ago | | | 0 | 0.000000102906916232 | |
| 22653565 | 2 days ago | | | 0 | 0.000000053983932964 |
ABI
ABI objects
Getter at block 22729722
contractURI() pure returns (string)
ipfs://bafkreifau4l3h44cfpacfe6olbzpe6buqndu7ssttbhis5b52srnsinwrm
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x14805826d05e6bb7b951763e5ff18b540eb7cc31
name() view returns (string)
Based Brians
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CAP
totalSupply() view returns (uint256)
3333000000000000000000
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()