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 "XDoge Bird"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19088596 | 3 months ago | | | 0 | 6.3989537e-7 | |
| 13988482 | 7 months ago | | | 0 | 0.0000013500195 | |
| 13862033 | 7 months ago | | | 0 | 7.7665531e-7 | |
| 12418034 | 8 months ago | | | 0 | 0.0000013539202 | |
| 11647514 | 9 months ago | | | 0 | 0.000000000324659557 | |
| 11014894 | 9 months ago | | | 0 | 0.000000024340275567 | |
| 10561825 | 9 months ago | | | 0 | 0.000000000369145122 | |
| 8285494 | a year ago | | | 0 | 0.000000004495117554 | |
| 6765109 | a year ago | | | 0 | 0.000060227700 | |
| 5769328 | a year ago | | | 0 | 0.000000002793180825 |
ABI
ABI objects
Getter at block 23087254
decimals() view returns (uint8)
18
feeContract() view returns (address)
0xf898cc01379500fff70b9f405c6e32edc99dfd16
name() view returns (string)
XDoge Bird
owner() view returns (address)
0xc0f0739f9abdc64b173e226c08e67eefd3a680bd
symbol() view returns (string)
XDOGE
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawToken(address token)
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(string _name, string _symbol, uint8 __decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.