Donarudo Torunp
Verified contract
Active on
Ethereum with 236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Donarudo Torunp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242821 | 12 hours ago | | | 0 | 0.00054605773 | |
| 21170286 | 11 days ago | | | 0 | 0.0010839782 | |
| 21160965 | 12 days ago | | | 0 | 0.00034170006 | |
| 21128993 | 16 days ago | | | 0 | 0.0011390033 | |
| 21121757 | 17 days ago | | | 0 | 0.00035927668 | |
| 21121726 | 17 days ago | | | 0 | 0.00032225645 | |
| 21121699 | 17 days ago | | | 0 | 0.00042261695 | |
| 21121667 | 17 days ago | | | 0 | 0.00049329133 | |
| 21121579 | 17 days ago | | | 0 | 0.00020610313 | |
| 21120772 | 18 days ago | | | 0 | 0.00042524800 |
ABI
ABI objects
Getter at block 21246486
decimals() pure returns (uint8)
18
getMaxSupply() pure returns (uint256)
47000000000000000000000000000000
getTokenInfo() pure returns (string name, string symbol, uint8 decimals_, uint256 maxSupply)
(name=Donarudo Torunp, symbol=TORUNP, decimals_=18, maxSupply=47000000000000000000000000000000)
getTotalSupply() pure returns (uint256)
47000000000000
name() view returns (string)
Donarudo Torunp
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TORUNP
totalSupply() view returns (uint256)
47000000000000000000000000000000
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)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)