New Order
Verified contract
Active on
Ethereum with 8,727 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($40,040.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 40K | $1.001 |
$40,040 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243257 | 7 hours ago | | | 0 | 0.00060694920 | |
| 21243224 | 7 hours ago | | | 0 | 0.00050664302 | |
| 21237639 | a day ago | | | 0 | 0.00069979440 | |
| 21230962 | 2 days ago | | | 0 | 0.00065842676 | |
| 21224528 | 3 days ago | | | 0 | 0.00097051841 | |
| 21223476 | 3 days ago | | | 0 | 0.00099911858 | |
| 21212289 | 5 days ago | | | 0 | 0.00044606363 | |
| 21212016 | 5 days ago | | | 0 | 0.00047773969 | |
| 21204285 | 6 days ago | | | 0 | 0.00066198783 | |
| 21192442 | 7 days ago | | | 0 | 0.00063409356 |
ABI
ABI objects
Getter at block 21245395
decimals() view returns (uint8)
18
name() view returns (string)
New Order
owner() view returns (address)
0x4a848f44146ca6d1d6aa34bcdf3c41093def1761
paused() view returns (bool)
false
symbol() view returns (string)
NEWO
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceLocked(address who) view returns (uint256 amount)
balanceOf(address account) view returns (uint256)
balanceUnlocked(address who) view returns (uint256 amount)
calcMaxTransferrable(address who) view returns (uint256)
cliffTime(address) view returns (uint256)
disbursementPeriod(address) view returns (uint256)
timelockedTokens(address) view returns (uint256)
vestTime(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
newTimeLock(uint256 timelockedTokens_, uint256 vestTime_, uint256 cliffTime_, uint256 disbursementPeriod_)
pause()
renounceOwnership()
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)
NewTokenLock(address tokenHolder, uint256 amountLocked, uint256 vestTime, uint256 cliffTime, uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, uint256 amount_, address deployer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.