PurseToken404
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "PurseToken404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PurseToken404"
ABI
ABI objects
Getter at block 21226568
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x9ab60e92b7b66867f9e4a33288df3144e5b0cfef5eaba0c80a9ff36630979f60
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
baseTokenURI() view returns (string)
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0x3c37353efb833cf7f648e439773bdcef197cc9e8, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
erc721MaxTokenId() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
erc721TotalSupply() view returns (uint256)
0
getERC721QueueLength() view returns (uint256)
0
minted() view returns (uint256)
0
mintingCost() view returns (uint256)
0
name() view returns (string)
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
units() view returns (uint256)
0
Read-only
activeBalance(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
inactiveBalance(address account) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
nonces(address owner) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
burn(uint256 value_)
burnFrom(address account, uint256 value_)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
grantRole(bytes32 role, address account)
init404(uint256 unit404Decimals)
initialize(address defaultAdmin, address pauser, address minter, address upgrader)
mint(address account_, uint256 value_)
mintERC721(uint256 mintUnit_) payable
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverEth(uint256 safeAmount, address _recipient)
recoverToken(address token, address _recipient, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setBaseURI(string baseURI)
setMaxTokenId(uint256 _cap)
setMint721Cost(uint256 _mintingCost)
setTreasuryAddress(address _treasury)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EIP712DomainChanged()
Initialized(uint64 version)
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 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AlreadyExists()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC721InvalidReceiver(address arg0)
ERC721InvalidSender(address arg0)
EnforcedPause()
ExpectedPause()
FailToSendEther()
FailedInnerCall()
IncorrectEthValue()
InsufficientAllowance()
InsufficientInactiveBalance()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidApproval()
InvalidInitialization()
InvalidOperator()
InvalidTokenId()
MintLimitReached()
NotFound()
NotInitializing()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()