Digital Animals Soul Passes
Verified contract
Active on
Ethereum with 3,451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2559…401d
Balances ($0.00)
No balances found for "Digital Animals Soul Passes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20805618 | 2 months ago | | | 0 | 0.00051088994 | |
| 20787726 | 2 months ago | | | 0 | 0.00031620310 | |
| 20704332 | 2 months ago | | | 0 | 0.000077386890 | |
| 20538168 | 3 months ago | | | 0 | 0.000093148912 | |
| 20538164 | 3 months ago | | | 0 | 0.00010596031 | |
| 20127116 | 5 months ago | | | 0 | 0.00043504153 | |
| 20105897 | 5 months ago | | | 0 | 0.00019099987 | |
| 19779567 | 6 months ago | | | 0 | 0.00012270413 | |
| 19593148 | 7 months ago | | | 0 | 0.00052163519 | |
| 19081625 | 10 months ago | | | 0 | 0.00023962993 |
ABI
ABI objects
Getter at block 21169427
name() view returns (string)
Digital Animals Soul Passes
owner() view returns (address)
0xeaa7ae766b0b0689eccfb5d4dfd6f54030027ef9
symbol() view returns (string)
DASP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canMint(address operator, uint8 pass) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintedPass(uint8) view returns (uint256)
passLimit(uint8 pass) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 index) view returns (string)
usersPass(address) view returns (uint8)
State-modifying
Events mint(uint8 pass)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
NoOneCanStopDeath(address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address originalContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.