PURSE TOKEN

Verified contract

Proxy

Active on Ethereum with 1,611 txns
Deployed by via 0x345dcc08 at 18490858
Slot
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

No balances found for "PURSE TOKEN"

0xf91a24f08b37fca83a7f813e43e575c5384dd1d33e843f2de53281425fbcd672
0x6fe5ab9ff703bdc125ef7ee15e705d1064107ecfa3339f64ee1d51272745965b
0x5719d98430cdf290a2a42151ce5415c4f90068005c6452ff66beaf43863f9780
0x23cc369c6840b525454942f1d6688c958443614fd2caf0ade6d2574286ee02a4
0xbd2e4a3a178a36f128b33522ae3fbecd439c6bae9e3a6067d5291f64818ce740
0xb4f6720d4f8b66b7e6e8fe01846fbf3bca1f9e86d0941c145c41a0b6707161a6
0x0709c6308c9fc9ea0d20382b143c8535bb4e70847322af3a888c09184f50216f
0x8d9304cee3bb7e2fe2d14bbabd92435180838344c2243e0657a09c267bfe103f
0xfd928aa923cf377d07f0fbbc7e35f292e3d915a5d3ae2b2d774dc984b6df1a62
0x96e839c05eda26648fa785072d9d65e57de832e46dae462a28c7a3ba72cf5e24

Functions
Getter at block 21382920
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x04ecf56ef3a2c68cc21827fd4318848820a20701bd69c3d71a60ccbd53802e2f
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)
https://raw.githubusercontent.com/pundix/purse-box/main/metadata/
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=PURSE TOKEN, version=1, chainId=1, verifyingContract=0x95987b0cdc7f65d989a30b3b7132a38388c548eb, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
erc721MaxTokenId(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564829968
erc721TotalSupply(view returns (uint256)
34
getERC721QueueLength(view returns (uint256)
3
minted(view returns (uint256)
34
mintingCost(view returns (uint256)
10000000000000000
name(view returns (string)
PURSE TOKEN
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
PURSE
totalSupply(view returns (uint256)
9316870795613051835165638460
treasury(view returns (address)
0xf94f84478efa44e08f1479b0bf68f9b2855b8cb4
units(view returns (uint256)
1000000000000000000000000
Read-only
activeBalance(address accountview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
inactiveBalance(address accountview returns (uint256)
isApprovedForAll(addressaddressview returns (bool)
nonces(address ownerview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address spender_uint256 valueOrId_returns (bool)
burn(uint256 value_
burnFrom(address accountuint256 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 roleaddress account
init404(uint256 unit404Decimals
initialize(address defaultAdminaddress pauseraddress minteraddress upgrader
mint(address account_uint256 value_
mintERC721(uint256 mintUnit_payable 
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
recoverEth(uint256 safeAmountaddress _recipient
recoverToken(address tokenaddress _recipientuint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress 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 newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
EIP712DomainChanged(
Initialized(uint64 version
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 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AlreadyExists(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
ERC721InvalidReceiver(address arg0
ERC721InvalidSender(address arg0
EnforcedPause(
ExpectedPause(
FailToSendEther(
FailedInnerCall(
IncorrectEthValue(
InsufficientAllowance(
InsufficientInactiveBalance(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidApproval(
InvalidInitialization(
InvalidOperator(
InvalidTokenId(
MintLimitReached(
NotFound(
NotInitializing(
QueueEmpty(
QueueFull(
QueueOutOfBounds(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
Unauthorized(