YugiToken
Verified contract
Active on
Ethereum with 547 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 "YugiToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264857 | 5 months ago | | | 0 | 0.00010363823 | |
| 19903452 | 6 months ago | | | 0 | 0.000080985221 | |
| 16202277 | 2 years ago | | | 0 | 0.00069264763 | |
| 15825203 | 2 years ago | | | 0 | 0.00057548635 | |
| 15725965 | 2 years ago | | | 0 | 0.0018204057 | |
| 15223824 | 2 years ago | | | 0 | 0.00015125438 | |
| 15223815 | 2 years ago | | | 0 | 0.00029300263 | |
| 15165590 | 2 years ago | | | 0 | 0.0013774165 | |
| 14608242 | 3 years ago | | | 0 | 0.00094782739 | |
| 14495370 | 3 years ago | | | 0 | 0.0017042900 |
ABI
ABI objects
Getter at block 21273671
DevAddres() view returns (address)
0xafec7dce5825588aff22938e742634c0a7acdea0
DevRate() view returns (uint256)
9000
RewardPool() view returns (address)
0xde3a33af35ce2651e0262676de4f809d373e314e
RewardRate() view returns (uint256)
10
decimals() view returns (uint8)
18
name() view returns (string)
YugiToken
owner() view returns (address)
0xf7e87450dd6709ca9949f713515c63c176c5f272
symbol() view returns (string)
YGT
totalSupply() view returns (uint256)
450101512240028946265
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
zeroFeeReciever(address) view returns (bool)
zeroFeeSender(address) view returns (bool)
State-modifying
Events _setTransferRate(uint256 _DevRate, uint256 _RewardRate)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTransferAddress(address _DevAddres, address _RewardPool)
setZeroFeeReciever(address _recipient, bool _zeroFee)
setZeroFeeSender(address _sender, bool _zeroFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(address _DevAddress, address _RewardPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.