XD Token
Verified contract
Active on
Ethereum with 4,005 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 "XD Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222822 | 9 days ago | | | 0 | 0.00044140061 | |
| 21221896 | 9 days ago | | | 0 | 0.00055824332 | |
| 21197706 | 12 days ago | | | 0 | 0.00035577227 | |
| 21184980 | 14 days ago | | | 0 | 0.00092131394 | |
| 21096271 | a month ago | | | 0 | 0.00013411603 | |
| 21089995 | a month ago | | | 0 | 0.00014116294 | |
| 21065275 | a month ago | | | 0 | 0.00051556875 | |
| 21065266 | a month ago | | | 0 | 0.00045430597 | |
| 21056804 | a month ago | | | 0 | 0.00011291707 | |
| 21030228 | a month ago | | | 0 | 0.00040403237 |
ABI
ABI objects
Getter at block 21285203
ALLOCATION_PRECISION() view returns (uint256)
100
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
MAX_EMISSION_RATE() view returns (uint256)
2000000000000000000
MAX_SUPPLY_LIMIT() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
elasticMaxSupply() view returns (uint256)
100000000000000000000000000
emissionRate() view returns (uint256)
652315720800000000
lastEmissionTime() view returns (uint256)
0
masterAddress() view returns (address)
0x0000000000000000000000000000000000000000
masterAllocation() view returns (uint256)
85
masterEmissionRate() view returns (uint256)
554468362680000000
masterReserve() view returns (uint256)
0
name() view returns (string)
XD Token
owner() view returns (address)
0x0e574433edd6adc9719d3f0a2c0e8603169b578c
symbol() view returns (string)
XD
totalSupply() view returns (uint256)
64000000000000000000000000
treasuryAddress() view returns (address)
0x0e574433edd6adc9719d3f0a2c0e8603169b578c
treasuryAllocation() view returns (uint256)
15
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)
burn(uint256 amount)
claimMasterRewards(uint256 amount) returns (uint256 effectiveAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emitAllocations()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeEmissionStart(uint256 startTime)
initializeMasterAddress(address masterAddress_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAllocations(uint256 masterAllocation_)
updateEmissionRate(uint256 emissionRate_)
updateMaxSupply(uint256 maxSupply_)
updateTreasuryAddress(address treasuryAddress_)
AllocationsDistributed(uint256 masterShare, uint256 treasuryShare)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimMasterRewards(uint256 amount)
InitializeEmissionStart(uint256 startTime)
InitializeMasterAddress(address masterAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateAllocations(uint256 masterAllocation, uint256 treasuryAllocation)
UpdateEmissionRate(uint256 previousEmissionRate, uint256 newEmissionRate)
UpdateMaxSupply(uint256 previousMaxSupply, uint256 newMaxSupply)
UpdateTreasuryAddress(address previousTreasuryAddress, address newTreasuryAddress)
constructor(uint256 maxSupply_, uint256 initialSupply, uint256 initialEmissionRate, address treasuryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.