the Plug
Verified contract
Active on
Ethereum with 1,219 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "the Plug"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20266314 | 5 months ago | | | 0 | 0.00010674823 | |
| 20174683 | 6 months ago | | | 0 | 0.00016528323 | |
| 20110627 | 6 months ago | | | 0 | 0.00014808863 | |
| 19940057 | 7 months ago | | | 0 | 0.00036389076 | |
| 19929924 | 7 months ago | | | 0 | 0.00036343373 | |
| 19736480 | 8 months ago | | | 0 | 0.00023912525 | |
| 19670345 | 8 months ago | | | 0 | 0.00039703682 | |
| 19596569 | 8 months ago | | | 0 | 0.00081334712 | |
| 19213639 | 10 months ago | | | 0 | 0.0033385504 | |
| 19213576 | 10 months ago | | | 0 | 0.0036842759 |
ABI
ABI objects
Getter at block 21392604
contractURI() view returns (string)
ipfs://QmPfNwaJM6E3cBxtt13VuK6KV7w8LEgCb1XJAhm5udcEpG
getCurrentId() view returns (uint256)
888
name() view returns (string)
the Plug
owner() view returns (address)
0x6b8c6e15818c74895c31a1c91390b3d42b336799
payoutAddress() view returns (address)
0x6b8c6e15818c74895c31a1c91390b3d42b336799
royaltyFeeBps() view returns (uint256)
1500
symbol() view returns (string)
PLUG
Read-only
balanceOf(address owner) view returns (uint256)
countDaysPassed(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHashByIndex(uint8 group, uint8 idx) view returns (string)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
isInSquad(address a) view returns (bool)
isInWhitelist(address a) view returns (bool)
listPlugOwnersForHash(string assetHash) view returns (address[])
listPlugOwnersForType(uint8 group) view returns (address[])
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activateWhitelist()
addToSquad(address a)
addToWhitelist(address a)
approve(address to, uint256 tokenId)
bulkAddToWhitelist(address[] addys)
burn(uint256 tokenId)
deactivateWhitelist()
kill()
mint(address to) returns (uint256)
purchase(address to, uint256 numToMint) payable returns (bool)
removeFromSquad(address a)
removeFromWhitelist(address a)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractUri(string updatedContractUri)
updateHash(uint8 group, uint8 hashNum, string str)
whitelistPurchase(address to, uint256 numToMint) payable returns (bool)
withdraw(address wallet, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC721Burned(uint256 indexed tokenId)
ERC721Minted(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlugTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.