Daily Cargo
Verified contract
Proxy
Active on
Ethereum with 107,616 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141216 | 2 days ago | | | 0 | 0.00057761930 | |
| 21119739 | 5 days ago | | | 0 | 0.00019551876 | |
| 21106961 | 7 days ago | | | 0 | 0.00020246927 | |
| 21106413 | 7 days ago | | | 0 | 0.00014043120 | |
| 21104846 | 7 days ago | | | 0 | 0.00016261551 | |
| 21104648 | 7 days ago | | | 0 | 0.000092674830 | |
| 21104231 | 8 days ago | | | 0 | 0.00025300407 | |
| 21104224 | 8 days ago | | | 0 | 0.00028446320 | |
| 21103521 | 8 days ago | | | 0 | 0.00014403200 | |
| 21102510 | 8 days ago | | | 0 | 0.00017930215 |
ABI
ABI objects
Getter at block 21158389 proxiableUUID() view returns (bytes32)
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
Daily Cargo
owner() view returns (address)
0x40543d76fb35c60ff578b648d723e14ccab8b390
symbol() view returns (string)
DC
totalSupply() view returns (uint256)
15805
Read-only
balanceOf(address owner) view returns (uint256)
buildJSON(uint256 _cargoId) view returns (string)
cargoStreak(uint256) view returns (uint256)
getAddressLastMintedTimestamp(address _address) view returns (uint256)
getAddressStreak(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCargoStreak(uint256 _cargoId) view returns (uint256)
getLatestCargoMinted(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
missedADay(uint256 _lastMintedTimestamp) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
players(address) view returns (uint64 lastClaimed, uint64 streak, uint128 activeCargoId)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _cargoId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
getDailyCargo(bytes _signature)
initialize()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setAttributesEnd(string _attributesEnd)
setAttributesStart(string _attributesStart)
setBaseName(string _baseName)
setBaseURI(string _baseURI)
setDescription(string _description)
setExternalUrl(string _externalUrl)
setSignerAddress(address _signerAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address impl, bytes data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()