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 |
---|---|---|---|---|---|
PRXY | ERC-20 | 176.961815K | -- | -- | |
FAG | ERC-20 | 9.8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069616 | 14 days ago | | | 0 | 0.00034944213 | |
| 21049964 | 17 days ago | | | 0 | 0.00030713336 | |
| 20899453 | a month ago | | | 0 | 0.00013146531 | |
| 20841350 | 2 months ago | | | 0 | 0.00036247775 | |
| 20688896 | 2 months ago | | | 0 | 0.000042992543 | |
| 20596385 | 3 months ago | | | 0 | 0.000037293674 | |
| 20373415 | 4 months ago | | | 0 | 0.00011778705 | |
| 20167549 | 5 months ago | | | 0 | 0.00030689078 | |
| 20083409 | 5 months ago | | | 0 | 0.00036370165 | |
| 19946211 | 6 months ago | | | 0 | 0.00021721691 |
ABI
ABI objects
Getter at block 21171858
decimals() view returns (uint8)
18
getBlockDifference() view returns (uint256)
8467859
getMintingStatus() view returns (bool)
true
lastMintBlock() view returns (uint256)
12703999
mintCycle() view returns (uint256)
1
mintCycleCap() view returns (uint256)
20
mintDuration() view returns (uint256)
210000
mintingFinished() view returns (bool)
false
name() view returns (string)
Proxy
owner() view returns (address)
0x538fecdcf03dfcecb97da4b5ea9d9023c4a24dc0
perBlockSupply() view returns (uint256)
2391000000000000000000000
startBlockSet() view returns (bool)
true
symbol() view returns (string)
PRXY
totalSupply() view returns (uint256)
2391000000000000000000000
treasuryWallet() view returns (address)
0xd1f4ec7ff772bc382c2345cc4f57dc4bf13685a9
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeMintCycleCap(uint256 _mintCycleCap)
changeMintDuration(uint256 _mintDuration)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address addr, uint256 amount)
renounceOwnership()
setStartBlock(uint256 _lastMintBlock)
startMinting()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintCycleCapChanged(uint256 oldValue, uint256 newValue)
MintDurationChanged(uint256 oldValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasuryWallet, uint256 _lastMintBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.