PlugPass
Verified contract
Active on
Ethereum with 4,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea26…dbf0
Balances ($0.00)
No balances found for "PlugPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242218 | 2 days ago | | | 0 | 0.00052956753 | |
| 21215628 | 6 days ago | | | 0 | 0.00077698112 | |
| 21196450 | 8 days ago | | | 0 | 0.00077164691 | |
| 21195404 | 9 days ago | | | 0 | 0.00083757195 | |
| 21167771 | 12 days ago | | | 0 | 0.0019926820 | |
| 21156639 | 14 days ago | | | 0 | 0.00039313590 | |
| 21038107 | a month ago | | | 0 | 0.00051351639 | |
| 21019000 | a month ago | | | 0 | 0.00022382369 | |
| 20952517 | a month ago | | | 0 | 0.00035472494 | |
| 20801820 | 2 months ago | | | 0 | 0.00029628085 |
ABI
ABI objects
Getter at block 21256466
NUMBER_RESERVED_TOKENS() view returns (uint256)
69
PRICE() view returns (uint256)
250000000000000000
activeBadgeId() view returns (uint256)
1
contractURI() view returns (string)
contractURIstr() view returns (string)
maxPerTransaction() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
969
owner() view returns (address)
0xccabbf7484c343035522504cf2d06ab02882ff40
reservedTokensMinted() view returns (uint256)
69
saleIsActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events changeSaleDetails(uint256 _activeBadgeId, uint256 _maxPerTransaction, uint256 _maxPerWallet, uint256 _maxSupply)
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newuri)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.