Tanin Yurusu
Verified contract
Active on
Ethereum with 157 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 "Tanin Yurusu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19877304 | 6 months ago | | | 0 | 0.00030816083 | |
| 15698543 | 2 years ago | | | 0 | 0.00032344336 | |
| 15679290 | 2 years ago | | | 0 | 0.00040057475 | |
| 15655348 | 2 years ago | | | 0 | 0.00040540206 | |
| 15655189 | 2 years ago | | | 0 | 0.00027217624 | |
| 15654636 | 2 years ago | | | 0 | 0.00044347248 | |
| 15653267 | 2 years ago | | | 0 | 0.00036685575 | |
| 15652370 | 2 years ago | | | 0 | 0.00029913960 | |
| 15652360 | 2 years ago | | | 0 | 0.00032671100 | |
| 15652360 | 2 years ago | | | 0 | 0.00032671100 |
ABI
ABI objects
Getter at block 21208501
_owner() view returns (address)
0xad0fc281ac377794fa417e76d68788a56e3040f0
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Tanin Yurusu
owner() view returns (address)
0xad0fc281ac377794fa417e76d68788a56e3040f0
symbol() view returns (string)
YURU
totalSupply() view returns (uint256)
3019693415656489344511491807531
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.