SONNY-BOOT
Verified contract
Active on
Ethereum with 460 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 "SONNY-BOOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20838343 | 2 months ago | | | 0 | 0.00083639001 | |
| 20799654 | 2 months ago | | | 0 | 0.0022486344 | |
| 20610506 | 3 months ago | | | 0 | 0.000037611600 | |
| 20596921 | 3 months ago | | | 0 | 0.000045674105 | |
| 20486526 | 3 months ago | | | 0 | 0.00015638465 | |
| 20451735 | 3 months ago | | | 0 | 0.000058830164 | |
| 20351181 | 4 months ago | | | 0 | 0.00010808883 | |
| 20037488 | 5 months ago | | | 0 | 0.00039489641 | |
| 20023123 | 5 months ago | | | 0 | 0.00041118259 | |
| 19695912 | 7 months ago | | | 0 | 0.00034504923 |
ABI
ABI objects
Getter at block 21220890
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
MINER_ROLE() view returns (bytes32)
0xa952726ef2588ad078edf35b066f7c7406e207cb0003bbaba8cb53eba9553e72
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI() view returns (string)
https://cdn.nftstar.com/hm-son-boot/meta-son-heung-min.json
current() view returns (uint256)
777
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x33bf449c7d204afb4d42a211f68e3db7db8c5a3f2f790182ea92f41b73043ac0
name() view returns (string)
SONNY-BOOT
owner() view returns (address)
0xcbf248c18c3f163a7390b9ba187e0a8e9ec7fb28
paused() view returns (bool)
false
symbol() view returns (string)
HM-SON-BOOT
totalSupply() view returns (uint256)
777
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)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
executeMetaTransactionWithExternalNonce(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV, uint256 userNonce) payable returns (bytes)
grantRole(bytes32 role, address account)
mint(address to, uint256 quantity)
mintTo(address to)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferRoleAdmin(address newDefaultAdmin)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()