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 "BasedGoose"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498609 | a month ago | | | 0 | 0.000000094302277053 | |
| 20080131 | a month ago | | | 0 | 0.000000094088107833 | |
| 12440498 | 7 months ago | | | 0 | 8.7892346e-7 | |
| 12380507 | 7 months ago | | | 0 | 0.00030945028 | |
| 12380485 | 7 months ago | | | 0 | 0.0000052300435 | |
| 12380422 | 7 months ago | | | 0 | 0.0000029697707 | |
| 12380368 | 7 months ago | | | 0 | 0.00014636718 | |
| 12380361 | 7 months ago | | | 0 | 0.0000029697707 | |
| 12380269 | 7 months ago | | | 0 | 0.0000029685410 | |
| 12377399 | 7 months ago | | | 0 | 0.000000085134695646 |
ABI
ABI objects
Getter at block 21862357
TotalDistributed() view returns (uint256)
25517620796164223229498
baseTokenURI() view returns (string)
coolingTime() view returns (uint256)
3600
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
3855
name() view returns (string)
BasedGoose
owner() view returns (address)
0x44070ff6725dbcde49d44ba74b40551a1075f595
symbol() view returns (string)
Honk
totalSupply() view returns (uint256)
45517620796164223229498
Read-only
LastClaimTime(uint256) view returns (uint256)
MintTimestamp(uint256) view returns (uint256)
ProductionRateBySpecies(uint256) view returns (uint256)
Species(uint256) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
claimable(uint256 id) view returns (uint256)
claimableOfUser(address _owner) view returns (uint256)
getApproved(uint256) view returns (address)
getOwnedTokens(address _owner) view returns (uint256[])
getRewardPerSecondOfUser(address _owner) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
claim(uint256 id)
claimAll()
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setCoolingTime(uint256 newTime)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setProductionRate(uint256 species, uint256 newRate)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()