WalkingCans
Verified contract
Active on
Ethereum with 4,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b45…7b88
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "WalkingCans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265575 | a day ago | | | 0 | 0.0016012312 | |
| 21214444 | 8 days ago | | | 0 | 0.00059546907 | |
| 21195988 | 11 days ago | | | 0 | 0.0026729843 | |
| 21152164 | 17 days ago | | | 0 | 0.0014688632 | |
| 21152160 | 17 days ago | | | 0 | 0.0014806413 | |
| 21134683 | 19 days ago | | | 0 | 0.00041383226 | |
| 21071252 | a month ago | | | 0 | 0.00044325469 | |
| 20974154 | a month ago | | | 0 | 0.0020054006 | |
| 20947407 | a month ago | | | 0 | 0.0011711538 | |
| 20947405 | a month ago | | | 0 | 0.0011983273 |
ABI
ABI objects
Getter at block 21273358
MAX_SUPPLY() view returns (uint16)
6500
baseTokenURI() view returns (string)
https://metadata.typicalfriends.com/stage3/
garbageCans() view returns (address)
0x4b45bc6eb614e4f681cc470171b065f6970d7b88
name() view returns (string)
Walking Cans
owner() view returns (address)
0x1fc49ef441c8ca5d8c1d9d48d42c75f622f44623
paused() view returns (bool)
false
signer() view returns (address)
0x1f8b54af6a505c922108d9eb451587a895ae2e35
symbol() view returns (string)
WALKINGC
totalSupply() view returns (uint256)
529
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurnId(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFilterOperators(address[] _operators)
approve(address operator, uint256 tokenId) payable
burnBatch(uint256[] tokenIds)
mint(uint256[] tokenIds, bytes sig)
removeFilterOperators(address[] _operators)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowedCaller(address _caller)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultRoyalty(address receiver, uint96 numerator)
setPause(bool _status)
setSignerWallet(address _signer)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(string _baseTokenURI, address _garbageCans, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPausedError()
InvalidSignerError()
MaxSupplyReachedError()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotTokenOwnerError()
OnlyAllowedCallerError()
OperatorNotAllowedError()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()