Tactical Supply Drop

Verified contract

Proxy

Active on Ethereum with 240 txns
Deployed by via 0xb7d7e1dd at 16570100
Slot
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

No balances found for "Tactical Supply Drop"

0x3cc77c8e7b5edc58ce5cc6e362fe24e078d2e43def5720ecc1f8a34b28437a39
0x86db1c4cd1e38502ae9d0b2bc71abe000aad0c814caa32c5642e53df71a353f6
0x9ff8f2181abaad92254ef4a7215665374c43594086b248c261f3f57c6eaa0c97
0x10360ca0808aab7f693486e75e5245a41b6bb69cebbb2a1608a8aed3776ee39f
0x74d663769d52157a485dde25d1ca72e0337ca878bb688c01f8ca316c7dde0078
0x70acae88ddea3ac08e55446580204811d92834f12df88571407bd56d69820889
0xb2385a361cdc82b7ece638064faf93b052b1bf1da525ac3537ffa17cfd7852aa
0xbf53389077b513ef88c9f8e4d5e089f9a18f20f766f5af63b2de19b834cb301f
From
0x2d3e780dac3ca0990269632396528f7af70e12c23b82eed6be85ac89c187e71f
From
0xf8238bd1074cff09f25a2615f0e40e7dab3b8683abb3818490cbe0edd0bf033c

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getHeadOf(address tailAddressuint256 tailIdview returns (uint256)
getTailAddressByIndex(uint256 headIduint256 indexview returns (address)
getTailPerAddressByIndex(uint256 headIdaddress tailAddressuint256 indexview returns (uint256)
getTailsAddresses(uint256 headIdview returns (address[])
getTailsPerAddressOf(uint256 headIdaddress tailAddressview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
isContract(address addrview returns (bool)
isController(addressview returns (bool)
onERC721Received(addressaddressuint256bytespure returns (bytes4)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenExists(uint256 tokenIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
topOwnerOf(uint256 tokenIdview returns (address topOwner)
totalTailAddressesOf(uint256 headIdview returns (uint256)
totalTailsPerAddressOf(uint256 headIdaddress tailAddressview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address operatoruint256 tokenId
burnToken(uint256 tokenId
initialize(string namestring symbol
mintToken(address touint256 amount
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxSupply(uint256 maxSupply
toggleController(address _controller
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Attach(address[] indexed tailAddressesuint256[] indexed tailIdsuint256[] indexed headIdsaddress tokenOwner
Detach(address[] indexed tailAddressesuint256[] indexed tailIdsuint256[] indexed headIdsaddress tokenOwner
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyRevoked(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(