Edenhorde Collectibles

Verified contract

Active on Ethereum with 977 txns
Deployed by via 0x23dced99 at 14384076
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Edenhorde Collectibles"

0x7cb27953dfc959fa6c8ccbdd9947884398eb2f25e98002e092c1bbec64546bcb
From
0x954314cce157e1cab2de053f61bdc71f8c573b18dd6c06976d34785509392d61
0xced51555d2a432548a08086a1818db83d11146bbc0e6de9f7f7a860eb13695e9
0xd183c728850d0417fb01642b2b90877fc18c4a7c77eefc3f55bc8b3119581580
0x8526ee0b1b22a0d0b94ed7333e379c514fe98093b3c6ec06c923488b88739194
0x4919019b519c82192fd6e3d4db7c9c110a5a716bcbbe73d335f4598674c57893
0xe477530d8e6a37ed7ac9a12b2e637d2b78a49d70608033628c30422f94e37261
0x6f0505f5748d99f8b9117c6898b0c793e455bff055cdf38592a225b1a96ed25a
0xd5a0e3677de4dbb9db6d9657b6c424f4fe166b99fb052aae38294cd021e64079
0x3c55f66a39c33f7e24ef086375e654c4dc5ccc3641d9d785d4e6cd0b75463e43

Functions
Getter at block 21321045
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name(view returns (string)
Edenhorde Collectibles
symbol(view returns (string)
EHC
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _tokenIdview returns (string)
State-modifying
burn(address _accountuint256 _iduint256 _amount
burnBatch(uint256[] _tokenTypesuint256[] _amountsaddress _receiver
grantRole(bytes32 roleaddress account
mint(address _accountuint256 _iduint256 _amount
mintBatch(uint256[] _tokenTypesuint256[] _amountsaddress _receiver
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setURI(string _newBaseMetadataURI
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _namestring _symbolstring _baseMetadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NonExistentTokenError(
OnlyAdminError(
OnlyBurnerError(
OnlyMinterError(