New World Order
Verified contract
Active on
Ethereum with 8,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($36.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STATE | ERC-20 | 6B | $0.00 |
$36 | |
APU | ERC-20 | 1 | $0.000848 |
$0 | |
POS32 | ERC-20 | 35.733032K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267271 | 4 hours ago | | | 0 | 0.00086909279 | |
| 21267174 | 4 hours ago | | | 0 | 0.0010469680 | |
| 21267066 | 4 hours ago | | | 0 | 0.00078554039 | |
| 21266350 | 7 hours ago | | | 0 | 0.00097734776 | |
| 21263425 | 17 hours ago | | | 0 | 0.00043917294 | |
| 21258639 | a day ago | | | 0 | 0.00054606614 | |
| 21258072 | a day ago | | | 0 | 0.00063990271 | |
| 21257423 | 2 days ago | | | 0 | 0.00049579385 | |
| 21252200 | 2 days ago | | | 0 | 0.00078581463 | |
| 21251981 | 2 days ago | | | 0 | 0.00082315747 |
ABI
ABI objects
Getter at block 21268370
DOMAIN_SEPARATOR() view returns (bytes32)
0x85052bf5516cb8b01077a684829ff166e83a9d93750fc9e4a05c633bb3b21ec3
decimals() view returns (uint8)
18
name() view returns (string)
New World Order
owner() view returns (address)
0x4f125e835bbc9bbb77607c66de6d0d32339b936c
paused() view returns (bool)
false
symbol() view returns (string)
STATE
totalSupply() view returns (uint256)
10567678018419050270625676595484408
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.