ThroneERC20
Verified contract
Active on
Ethereum with 47,168 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 |
---|---|---|---|---|---|
THN | ERC-20 | 1.438115M | $0.001192 |
$1,714.06 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271784 | 10 hours ago | | | 0 | 0.00080563065 | |
| 21269272 | 19 hours ago | | | 0 | 0.00027970319 | |
| 21266755 | a day ago | | | 0 | 0.00072197438 | |
| 21266705 | a day ago | | | 0 | 0.0010548021 | |
| 21258083 | 2 days ago | | | 0 | 0.00051138532 | |
| 21256035 | 3 days ago | | | 0 | 0.00033030090 | |
| 21256027 | 3 days ago | | | 0 | 0.00042244645 | |
| 21214036 | 8 days ago | | | 0 | 0.00041041630 | |
| 21213954 | 8 days ago | | | 0 | 0.00044821302 | |
| 21213275 | 9 days ago | | | 0 | 0.00036940829 |
ABI
ABI objects
Getter at block 21274798
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELEGATE_ROLE() view returns (bytes32)
0x1a82baf2b928242f69f7147fb92490c6288d044f7257b88817e6284f1eec0f15
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
decimals() view returns (uint8)
18
name() view returns (string)
Throne
paused() view returns (bool)
false
symbol() view returns (string)
THN
totalSupply() view returns (uint256)
1974198687000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
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)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.