Seisdalo by Dela De Artes
Verified contract
Active on
Ethereum with 1,417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Seisdalo by Dela De Artes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20260018 | 5 months ago | | | 0 | 0.000088648744 | |
| 19717540 | 7 months ago | | | 0 | 0.00053748067 | |
| 16605800 | 2 years ago | | | 0 | 0.00074112226 | |
| 16605792 | 2 years ago | | | 0 | 0.00096799311 | |
| 16605770 | 2 years ago | | | 0 | 0.00073596098 | |
| 16605767 | 2 years ago | | | 0 | 0.00086538884 | |
| 16605144 | 2 years ago | | | 0 | 0.00073468607 | |
| 16605141 | 2 years ago | | | 0 | 0.00098110245 | |
| 16605111 | 2 years ago | | | 0 | 0.00077825086 | |
| 16605105 | 2 years ago | | | 0 | 0.00091641089 |
ABI
ABI objects
Getter at block 21259876
name() view returns (string)
Seisdalo by Dela De Artes
owner() view returns (address)
0x34608213ecef188ea71b9c75de82b9b80984fc1e
paused() view returns (bool)
false
symbol() view returns (string)
SD
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()