Sudelbucher
Verified contract
Active on
Ethereum with 27 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 "Sudelbucher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226457 | 10 hours ago | | | 0 | 0.00087407832 | |
| 21217404 | 2 days ago | | | 0 | 0.0010187355 | |
| 21180090 | 7 days ago | | | 0 | 0.0049614332 | |
| 18095329 | a year ago | | | 0 | 0.00037208911 | |
| 17090973 | 2 years ago | | | 0 | 0.0015348000 | |
| 16643478 | 2 years ago | | | 0 | 0.0015689252 | |
| 16495152 | 2 years ago | | | 0 | 0.0016437406 | |
| 16492103 | 2 years ago | | | 0 | 0.0029245657 | |
| 16457979 | 2 years ago | | | 0 | 0.0010412769 | |
| 16353297 | 2 years ago | | | 0 | 0.00083674861 |
ABI
ABI objects
Getter at block 21229482
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
Sudelbucher
owner() view returns (address)
0x959ea444e0fabb1eea4de9944ff8754f16aac731
symbol() view returns (string)
SDLBCR
totalSupply() view returns (uint256)
97
Read-only
balanceOf(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
renounceOwnership()
safeMint(address[] to, uint8[] amt)
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)
Mint(address indexed _minter, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUri)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)