Eternal Paradox Land
Verified contract
Active on
Ethereum with 619 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Eternal Paradox Land"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19042014 | 10 months ago | | | 0 | 0.0074147618 | |
| 18957310 | a year ago | | | 0 | 0.0026612802 | |
| 18929828 | a year ago | | | 0 | 0.0072635006 | |
| 18790163 | a year ago | | | 0 | 0.0063856311 | |
| 18784905 | a year ago | | | 0 | 0.0049693509 | |
| 18784876 | a year ago | | | 0 | 0.0031041753 | |
| 18784873 | a year ago | | | 0 | 0.0025349382 | |
| 18784031 | a year ago | | | 0 | 0.0057007624 | |
| 18780330 | a year ago | | | 0 | 0.0084841484 | |
| 18780316 | a year ago | | | 0 | 0.0090847487 |
ABI
ABI objects
Getter at block 21275709
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURI() view returns (string)
https://eternal-paradox.game/metadata/land/
name() view returns (string)
Eternal Paradox Land
paused() view returns (bool)
false
symbol() view returns (string)
EPX-L
totalSupply() view returns (uint256)
412
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
pause()
removeMinter(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
transferAdmin(address oldOwner, address newOwner)
transferFrom(address from, address to, uint256 tokenId)
unpause()
AdminTransferred(address oldOwner, address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address account)
MinterRemoved(address account)
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(address minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.