GoldChip

Verified contract

Active on Ethereum with 3,945 txns
Deployed by via 0xe3d5e36b at 19737624
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GoldChip"

0x22d1049788bd369025568b1a70dbe82a6a493079fd9296b213bab385a2776ff8
0xc1c96fd77d1cafe963222eed1a6dec070b64176f45c82ac8476a1f026abbc005
0xe9201bc79b7ea0f37d3a2a21a4210be0e3b5681ff8fb5aa0cf5f5bd4ef4d2672
0x369536fec904b303cf33da77c8a42944a1294aff4027987b95d1ad0d33878dd7
0xf8ae18e283f6275a410068915817521e2f46afeb177e67f8dbd9b469bf585913
0x965bc17352bdfe07085258844b8dbc338f8d54d2fc0dfb170352c9a2cb8ad137
0x5e80dc548a8a917081816577d82a2ce41e391e29987761a550d73069a2fa4e2d
0x130d305283d62d34e23d2ac2ce7f9f26b2cfbb932a4150f9108f51dbff648562
0xc77f748be94abd68bcc474c09132388dbe3f04ecb21ea81d2ee6545b314683e0
0x5a54a47645da736f064a36f9085491ddc3194f68d6eacfe27e589115552c2674

Functions
Getter at block 21212108
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
8000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
burnable(view returns (bool)
true
chipNotifier(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
GoldChip
nextTokenId(view returns (uint256)
7982
owner(view returns (address)
0xae9f8e166e508003c3dc19fc44562e2425378615
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GOLDCHIP
totalSupply(view returns (uint256)
153
Read-only
balanceOf(address ownerview returns (uint256)
boundOwner(uint256view returns (address)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address recipientreturns (uint256)
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string uri
setBurnable(bool enabled
setChipNotifier(address notifier
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseTokenURIUpdated(string uri
BurnableSet(bool enabled
ChipNotifierSet(address notifier
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ExceedMaxSupply(
NotTokenOwner(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenNotBurnable(