RogbotKingdom
Verified contract
Active on
Ethereum with 3,068 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 "RogbotKingdom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20856234 | 2 months ago | | | 0 | 0.00029044764 | |
| 20322440 | 4 months ago | | | 0 | 0.00034945543 | |
| 20322438 | 4 months ago | | | 0 | 0.00034454020 | |
| 18300543 | a year ago | | | 0 | 0.00012585465 | |
| 18040017 | a year ago | | | 0 | 0.00052716401 | |
| 17461476 | a year ago | | | 0 | 0.00067860258 | |
| 16870113 | 2 years ago | | | 0 | 0.00064963781 | |
| 16856768 | 2 years ago | | | 0 | 0.00072027522 | |
| 16844324 | 2 years ago | | | 0 | 0.00082355869 | |
| 16844259 | 2 years ago | | | 0 | 0.00077701518 |
ABI
ABI objects
Getter at block 21219857
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
RogbotKingdom
owner() view returns (address)
0xf7f12a276d52331f8907555ae0a80c22d539c8f0
price() view returns (uint256)
0
signerAddress() view returns (address)
0xc2ccba0b95d4dd4e7515e1522206e6a5dff6cfed
state() view returns (uint8)
0
symbol() view returns (string)
RBKD
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingLimit(uint8 _state) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ratio(uint256 idx) view returns (uint256)
stageSupplyLimit(uint8 _state) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
walletAddress(uint256 idx) view returns (address)
State-modifying
Events airdrop(address[] _address, uint256[] _nums)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _num, bytes _ticket, 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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBypassSignatureChecking(bool _status)
updateMintingLimit(uint8 _state, uint256 _limit)
updatePrice(uint256 _newPrice)
updateProjectState(uint8 _newState)
updateSignerAddress(address _address)
updateStageSupplyLimit(uint8 _state, uint256 _limit)
updateTokenURI(string _tokenURI)
updateWalletAddress(uint256 idx, address _address)
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(string _tokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()