DigitalAnimalsSoulPassesV2
Verified contract
Active on
Ethereum with 813 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2559…401d
0x3491…e373
Balances ($0.00)
No balances found for "DigitalAnimalsSoulPassesV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607368 | 3 months ago | | | 0 | 0.000041009108 | |
| 20538176 | 3 months ago | | | 0 | 0.00010772136 | |
| 20510241 | 3 months ago | | | 0 | 0.000056390711 | |
| 19779571 | 7 months ago | | | 0 | 0.00010397622 | |
| 19657320 | 7 months ago | | | 0 | 0.00053452611 | |
| 19638506 | 7 months ago | | | 0 | 0.00095587339 | |
| 19594231 | 7 months ago | | | 0 | 0.00052874814 | |
| 19553803 | 8 months ago | | | 0 | 0.0021929198 | |
| 19369550 | 8 months ago | | | 0 | 0.0038943206 | |
| 19284645 | 9 months ago | | | 0 | 0.0033089663 |
ABI
ABI objects
Getter at block 21224158
name() view returns (string)
Digital Animals Soul Passes v2
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[])
canMigrate(address operator, uint8 pass) view returns (bool)
canMint(address operator, uint8 pass) view returns (bool)
canUpgrade(address operator) view returns (bool)
canUpgrade(address operator, uint8 pass) view returns (bool)
hasToken(address operator) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isPassAvailable(uint8 pass) view returns (bool)
maximumAvailablePass(address operator) view returns (uint8 pass)
maximumOwnedToken(address operator) view returns (uint8 pass)
mintedPass(uint8 pass) view returns (uint256 minted)
passLimit(uint8 pass) pure returns (uint256)
shouldMigrate(address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 index) view returns (string)
usersPass(address operator) view returns (uint8 pass)
State-modifying
Events burnOnePass(address operator, uint8 pass)
migrate(uint8 pass)
mintOrUpgrade(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_)
setBurnAccess(address burnAccessAddress)
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, address preveousVersion)
This contract contains no fallback and receive objects.
This contract contains no error objects.