Spirit Animals
Verified contract
Active on
Ethereum with 2,366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Spirit Animals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200273 | 4 days ago | | | 0 | 0.00058559292 | |
| 20883494 | 2 months ago | | | 0 | 0.00030439813 | |
| 20609668 | 3 months ago | | | 0 | 0.00013241832 | |
| 20465829 | 3 months ago | | | 0 | 0.00012849506 | |
| 20410497 | 4 months ago | | | 0 | 0.000084889470 | |
| 19908387 | 6 months ago | | | 0 | 0.00013434378 | |
| 19843292 | 6 months ago | | | 0 | 0.00020582326 | |
| 19688919 | 7 months ago | | | 0 | 0.00044703747 | |
| 19306635 | 9 months ago | | | 0 | 0.0012671710 | |
| 19113272 | 10 months ago | | | 0 | 0.0010325706 |
ABI
ABI objects
Getter at block 21229736
MAX_SUPPLY() view returns (uint256)
2510
baseUri() view returns (string)
ipfs://QmcrXoQrHqa46waUmVWCsR8Rd5Sfp6J1EF1EP6fm5wa66B/
claimSupply() view returns (uint128)
1358
dutchMaxMint() view returns (uint64)
5
dutchSupply() view returns (uint128)
176
endTime() view returns (uint64)
1653243600
freeStartTime() view returns (uint64)
1653318000
freeSupply() view returns (uint128)
115
getAuctionPrice() view returns (uint256)
0
getUserStates() view returns (bool[3])
[false, false, false]
interval() view returns (uint16)
1200
length() view returns (uint32)
12000
name() view returns (string)
Spirit Animals
owner() view returns (address)
0x877b380a5252e84f8a4bd37e2149ceb40f6058f1
paused() view returns (bool)
true
startPrice() view returns (uint64)
500000000000000000
startTime() view returns (uint64)
1653231600
stepAmount() view returns (uint64)
50000000000000000
symbol() view returns (string)
DAS
totalSupply() view returns (uint256)
2510
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintTracking(address) view returns (uint128 claim, uint64 dutch, uint64 free)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint8 quantity, bytes signature)
dutchMint(uint8 quantity) payable
freeMint(uint8 quantity, bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionInterval(uint16 amountOfSeconds)
setAuctionLength(uint16 amountOfSeconds)
setAuctionStart(uint32 time)
setAuctionStartPrice(uint64 amount)
setAuctionStep(uint64 amount)
setBaseUri(string uri)
setDutchMaxMint(uint64 amount)
setDutchSupply(uint128 amount)
setFreeStart(uint64 time)
setSigner(address signer_)
teamMint(uint64 quantity, address wallet)
toggleAuthMinting()
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri, uint128 reserved_amount, address[] monarchs)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()