ChainbaseGenesisSBT
Verified contract
Active on
Base with 55,206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($178,623.20)
Native
Value
$178,623.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 54.321 | $3,288.29 |
$178,623.2 | |
RealVirtus | ERC-20 | 936.182491K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22918545 | 5 hours ago | | | 0 | 0.0000010545766 | |
| 22827041 | 2 days ago | | | 0 | 4.4188219e-7 | |
| 22818226 | 3 days ago | | | 0 | 7.9941549e-7 | |
| 22816162 | 3 days ago | | | 0 | 3.7796287e-7 | |
| 22807526 | 3 days ago | | | 0 | 0.00010315286 | |
| 22793412 | 3 days ago | | | 0 | 7.7488484e-7 | |
| 22778804 | 3 days ago | | | 0 | 2.8805598e-7 | |
| 22773741 | 4 days ago | | | 0 | 2.9579520e-7 | |
| 22773515 | 4 days ago | | | 0 | 2.9579520e-7 | |
| 22763285 | 4 days ago | | | 0 | 0.0000061906003 |
ABI
ABI objects
Getter at block 22928262
baseURI() view returns (string)
https://api.chainbase.com/genesis/sbt/
isMintEnable() view returns (bool)
false
name() view returns (string)
ChainbaseGenesisSBT
owner() view returns (address)
0xd9a3911567aa5fe9e9934347ad76fcc072e60ab9
signer() view returns (address)
0x3ccef9d35d372237bf3a8263338370f76db2bb26
symbol() view returns (string)
CG
totalSupply() view returns (uint256)
54321
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsMintEnable(bool isMintEnable_)
setSigner(address signer_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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(address signer_)
This contract contains no fallback and receive objects.
AlreadyOwnToken()
InsufficientBalance()
InvalidSignature()
InvalidValue()
TransferFailed()
UnableToMint()
UnableToTransfer()