Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10 | $1.00 |
$10 | |
NS | ERC-20 | 1.02K | -- | -- | |
YFIC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20818502 | 2 months ago | | | 0 | 0.00057417295 | |
| 20157295 | 5 months ago | | | 0 | 0.00016476587 | |
| 19053496 | 10 months ago | | | 0 | 0.00047433485 | |
| 16170030 | 2 years ago | | | 0 | 0.0013828575 | |
| 15667750 | 2 years ago | | | 0 | 0.00057369025 | |
| 15339743 | 2 years ago | | | 0 | 0.00042763575 | |
| 15093397 | 2 years ago | | | 0 | 0.00030936731 | |
| 14995948 | 2 years ago | | | 0 | 0.00061433642 | |
| 14974624 | 2 years ago | | | 0 | 0.0016809235 | |
| 14816597 | 2 years ago | | | 0 | 0.00053736000 |
ABI
ABI objects
Getter at block 21218992
TRANSFERABLE() view returns (bytes32)
0x02fd35da89a47c1941c9e0d8c39f2d2ed204796f77791a5068e45721ac9b9a72
decimals() view returns (uint8)
18
name() view returns (string)
NFTSEA
owner() view returns (address)
0x6182f213a6904df9451e00e6f7716d95a39afafb
paused() view returns (bool)
false
symbol() view returns (string)
NS
totalSupply() view returns (uint256)
5500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleMembers(bytes32 role) view returns (address[])
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events airdrop(address[] recipients, uint256[] values)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint256 supply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.