Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "Paired"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254144 | 10 hours ago | | | 0 | 0.00048422417 | |
| 21253916 | 11 hours ago | | | 0 | 0.00090219825 | |
| 21252565 | 15 hours ago | | | 0 | 0.00086095504 | |
| 21252290 | 16 hours ago | | | 0 | 0.00074085928 | |
| 21252217 | 16 hours ago | | | 0 | 0.00076107992 | |
| 21252087 | 17 hours ago | | | 0 | 0.00091844081 | |
| 21248998 | a day ago | | | 0 | 0.00047240219 | |
| 21247060 | a day ago | | | 0 | 0.00084664704 | |
| 21243416 | 2 days ago | | | 0 | 0.00088356340 | |
| 21242684 | 2 days ago | | | 0 | 0.00052399534 |
ABI
ABI objects
Getter at block 21257062
_activeSupply() view returns (uint256)
1000040595377499999998898176
_admin() view returns (address)
0x71315f00974ea040920d9b3fd52a6b80d3e872a8
_claimingContract() view returns (address)
0x3350fde6d298c4f7aa913e5810dfb880dc66fce6
_initial_mint() view returns (bool)
true
_lastMint() view returns (uint256)
0
_max_inflation_pct() view returns (uint256)
372908894
_multisigContract() view returns (address)
0xb979564a91b1ea0ddd28d71fe46e524a5c39e597
_scaling_factor() view returns (uint256)
100000000000
decimals() view returns (uint8)
18
name() view returns (string)
Paired
owner() view returns (address)
0xb979564a91b1ea0ddd28d71fe46e524a5c39e597
symbol() view returns (string)
PAIRED
totalSupply() view returns (uint256)
1003729088940000000000000000
Read-only
_inflation_options(uint256) view returns (uint256)
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initial_mint()
mint()
renounceOwnership()
setAdmin(address admin)
setClaimingContract(address claimingContract)
setInflationCap(uint256 index)
setMultisigContract(address multisigContract)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateActiveSupply(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address multisigContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.