Polytrade
Verified contract
Active on
Ethereum with 17,680 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRADE | ERC-20 | 112.0637 | $0.004665 |
$0.52 | |
TRADE | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244862 | 4 minutes ago | | | 0 | 0.00045178422 | |
| 21244836 | 9 minutes ago | | | 0 | 0.00055013155 | |
| 21244759 | 25 minutes ago | | | 0 | 0.00060912460 | |
| 21244212 | 2 hours ago | | | 0 | 0.00083476770 | |
| 21244097 | 3 hours ago | | | 0 | 0.00053698707 | |
| 21244048 | 3 hours ago | | | 0 | 0.00056948220 | |
| 21244024 | 3 hours ago | | | 0 | 0.00073159606 | |
| 21243900 | 3 hours ago | | | 0 | 0.00078051375 | |
| 21243541 | 5 hours ago | | | 0 | 0.00088933159 | |
| 21243352 | 5 hours ago | | | 0 | 0.00049472160 |
ABI
ABI objects
Getter at block 21244880
DOMAIN_SEPARATOR() view returns (bytes32)
0xea0b1918fb7cde63566ebbff920eaf6229d71aa6d13e1bfc957856fdecd34913
burnAllowedAfter() view returns (uint256)
1716116933
cap() view returns (uint8)
2
decimals() view returns (uint8)
18
governance() view returns (address)
0xc8b4b6785d5aa23f31037003abeba528f103cebd
minimumTime() view returns (uint32)
31536000
mintAllowedAfter() view returns (uint256)
1716116933
name() view returns (string)
Polytrade
symbol() view returns (string)
TRADE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address receiver, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernanceChanged(address indexed oldGovernance, address indexed newGovernance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, uint256 allowedAfter, address _governance, address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.