Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747476 | 25 minutes ago | | | 0 | 7.8001299e-7 | |
| 22746198 | an hour ago | | | 0 | 0.000000309357500000 | |
| 22746138 | an hour ago | | | 0 | 0.000000309357500000 | |
| 22727173 | 12 hours ago | | | 0 | 0.0000046917056 | |
| 22726642 | 12 hours ago | | | 0 | 0.0000036919531 | |
| 22719598 | 16 hours ago | | | 0 | 2.2679237e-7 | |
| 22704589 | a day ago | | | 0 | 0.0000017779409 | |
| 22701534 | a day ago | | | 0 | 0.0000027433265 | |
| 22691267 | a day ago | | | 0 | 7.5287758e-7 | |
| 22691197 | a day ago | | | 0 | 7.8267180e-7 |
ABI
ABI objects
Getter at block 22748229
ArchAdmin() view returns (address)
0x8ce79247fef338b8ed3b2b888ef27858b5bc8611
DOMAIN_SEPARATOR() view returns (bytes32)
0x888a0b1799719571f123d4f6b6e3ff843d70477eb881a143000eecf8c0f18c4d
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
10
deploymentChainId() view returns (uint256)
8453
live() view returns (uint256)
1
lockupTriggerAmt() view returns (uint256)
0
name() view returns (string)
Pink
symbol() view returns (string)
PINK
totalSupply() view returns (uint256)
2156112249504130159
transferBlockWait() view returns (uint256)
0
version() view returns (string)
1
Read-only
admins(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
transferBlockRelease(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 value)
cage(uint256 _live)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deny(address usr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value)
mintAndDelay(address to, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rely(address usr)
setArchAdmin(address newArch)
setLockupTriggerAmount(uint256 amount)
setTransferBlockRelease(address user, uint256 blockNumber)
setTransferBlockWait(uint256 num)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Cage(uint256 live)
Deny(address indexed usr)
LockupTriggerAmount(uint256 amount)
Rely(address indexed usr)
Transfer(address indexed from, address indexed to, uint256 value)
TransferBlockUpdate(address indexed user, uint256 blockNumer)
TransferBlockWait(uint256 blockWait)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.