Tactical Supply Drop
Verified contract
Proxy
Active on
Ethereum with 240 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Tactical Supply Drop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20508636 | 4 months ago | | | 0 | 0.00011772290 | |
| 19134324 | 10 months ago | | | 0 | 0.0013141412 | |
| 18912572 | a year ago | | | 0 | 0.00091055249 | |
| 18760673 | a year ago | | | 0 | 0.0014633241 | |
| 18614466 | a year ago | | | 0 | 0.0024388920 | |
| 18373632 | a year ago | | | 0 | 0.00044982888 | |
| 18362592 | a year ago | | | 0 | 0.00052291501 | |
| 18361831 | a year ago | | | 0 | 0.00041414185 | |
| 18360805 | a year ago | | | 0 | 0.00044062712 | |
| 18358562 | a year ago | | | 0 | 0.00037915735 |
ABI
ABI objects
Getter at block 21281836
MAX_SUPPLY() view returns (uint256)
3200
baseURI() view returns (string)
https://storage.googleapis.com/media_passengers/tsd/metadata/
isCompoundable() pure returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
Tactical Supply Drop
owner() view returns (address)
0x0ff1f05f6405df77b7bb9edeee227c0c8fc51ed3
paused() view returns (bool)
false
symbol() view returns (string)
TSD
totalSupply() view returns (uint256)
3200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHeadOf(address tailAddress, uint256 tailId) view returns (uint256)
getTailAddressByIndex(uint256 headId, uint256 index) view returns (address)
getTailPerAddressByIndex(uint256 headId, address tailAddress, uint256 index) view returns (uint256)
getTailsAddresses(uint256 headId) view returns (address[])
getTailsPerAddressOf(uint256 headId, address tailAddress) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isContract(address addr) view returns (bool)
isController(address) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenExists(uint256 tokenId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
topOwnerOf(uint256 tokenId) view returns (address topOwner)
totalTailAddressesOf(uint256 headId) view returns (uint256)
totalTailsPerAddressOf(uint256 headId, address tailAddress) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId)
burnToken(uint256 tokenId)
initialize(string name, string symbol)
mintToken(address to, uint256 amount)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxSupply(uint256 maxSupply)
toggleController(address _controller)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Attach(address[] indexed tailAddresses, uint256[] indexed tailIds, uint256[] indexed headIds, address tokenOwner)
Detach(address[] indexed tailAddresses, uint256[] indexed tailIds, uint256[] indexed headIds, address tokenOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()