_NATI_VERUS_PROXY_TOKEN_10x
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NATI | ERC-20 | 19.406305T | $0.000001 |
$14,748,792.16 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200421 | a day ago | | | 0.003 | 0.0067032951 | |
| 21196654 | 2 days ago | | | 0.003 | 0.0081343335 | |
| 21195940 | 2 days ago | | | 0.003 | 0.012647559 | |
| 21193691 | 2 days ago | | | 0.003 | 0.017141119 | |
| 21193607 | 2 days ago | | | 0.003 | 0.019593574 | |
| 20952375 | a month ago | | | 0.003 | 0.0037469193 | |
| 20872486 | 2 months ago | | | 0.003 | 0.011343710 | |
| 20842010 | 2 months ago | | | 0.003 | 0.0082825918 | |
| 20836250 | 2 months ago | | | 0.003 | 0.017914154 | |
| 20833522 | 2 months ago | | | 0.003 | 0.0081912099 |
ABI
ABI objects
Getter at block 21211038
decimals() view returns (uint8)
18
name() view returns (string)
_NATI_VERUS_PROXY_TOKEN_10x
symbol() view returns (string)
_PROXY_NATI_
totalSupply() view returns (uint256)
1940629547152189720000000000
verusvETHTransactionFee() view returns (uint64)
300000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
swapToBridge(uint256 _amountToSwap, address addressTo, uint8 addressType, address bridgeAddress, address destinationCurrency, address feecurrencyid) payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Bridged(bool fromEthereumToVerus, uint256 amountFrom, uint256 amountTo, address receiver)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _linkedERC20, address iaddress)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
SafeERC20FailedOperation(address token)