POP!
Verified contract
Proxy
Active on
Ethereum with 3,696 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 43 additional slots
-
variable spans 48 additional slots
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIK | ERC-20 | 555.555556 | $0.000147 |
$0.08 | |
POP! | ERC-20 | 914.836872 | -- | -- | |
POP! | ERC-20 | 67.266439 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844457 | a month ago | | | 0 | 0.00058622253 | |
| 20742240 | 2 months ago | | | 0 | 0.00018782854 | |
| 20575628 | 3 months ago | | | 0 | 0.000058984200 | |
| 20569000 | 3 months ago | | | 0 | 0.000090790200 | |
| 20358232 | 4 months ago | | | 0 | 0.00020817220 | |
| 20175465 | 4 months ago | | | 0 | 0.00015655126 | |
| 19754841 | 6 months ago | | | 0 | 0.00054695692 | |
| 19624156 | 7 months ago | | | 0 | 0.00040216090 | |
| 19602348 | 7 months ago | | | 0 | 0.00037371354 | |
| 19487736 | 8 months ago | | | 0 | 0.00089122499 |
ABI
ABI objects
Getter at block 21158787
cap() view returns (uint256)
250000000000000000000000000
decimals() view returns (uint8)
18
endBlock() view returns (uint256)
12460000
governance() view returns (address)
0x0000000000000000000000000000000000000000
legacyPopToken() view returns (address)
0x98629512ed2239974e169341be5b920ea4dcdb21
name() view returns (string)
POP!
owner() view returns (address)
0xd49c1fdb1afdd1d24592e9a418f6e0c2cad67743
startBlock() view returns (uint256)
12373500
symbol() view returns (string)
POP!
totalSupply() view returns (uint256)
42099619503046623189106103
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minter(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _legacyPopToken, uint256 _cap, uint256 _startBlock, uint256 _endBlock)
migrate(uint256 _amount)
mint(uint256 _amount)
mintTo(address _account, uint256 _amount)
renounceOwnership()
setCap(uint256 _cap)
setEndBlock(uint256 _endBlock)
setMinter(address _account, bool _isMinter)
setStartBlock(uint256 _startBlock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterUpdate(address indexed account, bool isMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.