This contract is being backfilled. You may encounter incomplete storage history.

SONNY

Verified contract

Active on Ethereum with 15,044 txns
Deployed by via 0x48778036 at 14690918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SONNY"

0x5b299e01f048778a52c7cf045e3a49f2edb334a094fa3587a48633212f8a4ed6
0x802b8d293457ac38bbeefd9f090b161730b4f266b6577e2ebb68738398e82e5b
0x2a640c006ee0800481ea067f178099e635be346ba5fd83c0f53ec9021f34927d
0xea9f2c65310ee38124bb305ef56746ddf66332afc2ac05b7a5cff974513c2c65
0x5bffada027e126934e64ebef3e065422548bfe2455b91fa89e9ba8babe1fa041
0x9b8b4ef2502996edf354b0cf836deed5c8a64a707567992d6669e42959d9b7e1
0x89401dd7d9115fec9fabb100b0a43f4ce9f35c83bc3be670559062d7f8b5dd58
0xbeff6b3c1432a6935d0574e070982f2426a9a01d01f48f67d55aa43d4e68c2b1
0x3995a042c98f1daf6222fe14131981a9315d742b1cdaa148cde4e58c020a5545
0xf5fd66071f515346b75c9e98e89a0ed3d0a65d492783a9aafef6c7724d05a7c6

Functions
Getter at block 20797198
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
TOTAL_SUPPLY(view returns (uint256)
10800
contractURI(view returns (string)
https://cdn.nftstar.com/hm-son/meta-son-heung-min.json
current(view returns (uint256)
10800
getChainId(view returns (uint256)
1
getDomainSeperator(view returns (bytes32)
0x8b5145afb875c25846899b81d63a721241b3a13c32cd50f28ce5957e2b70c975
isProxyActive(view returns (bool)
true
maxSupply(view returns (uint256)
10800
name(view returns (string)
SONNY
owner(view returns (address)
0xcbf248c18c3f163a7390b9ba187e0a8e9ec7fb28
paused(view returns (bool)
false
proxyAddress(view returns (address)
0x58807bad0b376efc12f5ad86aac70e78ed67deae
remaining(view returns (uint256)
0
symbol(view returns (string)
HM-SON
tokenFactory(view returns (address)
0x87c903dc7bf4b8f2c6dead86ed46ac0c3729130d
totalSupply(pure returns (uint256)
10800
Read-only
balanceOf(address ownerview returns (uint256)
factoryCanMint(uint256 _optionIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getNonce(address userview returns (uint256 nonce)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isApprovedForProxy(address owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownerTokens(address ownerview returns (uint256[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
executeMetaTransactionWithExternalNonce(address userAddressbytes functionSignaturebytes32 sigRbytes32 sigSuint8 sigVuint256 userNoncepayable returns (bytes)
factoryMint(uint256 _optionIdaddress _to
grantRole(bytes32 roleaddress account
mintTo(address recipientreturns (uint256)
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setContractURI(string _contractURI
setIsProxyActive(bool _isProxyActive
setMaxSupply(uint256 _maxSupply
setProxyAddress(address _proxyAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transferRoleAdmin(address newDefaultAdmin
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MetaTransactionExecuted(address userAddressaddress relayerAddressbytes functionSignature
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _proxyAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FactoryCannotMint(
NewMaxSupplyMustBeGreater(
NotTokenFactory(