Adventure Gold
Verified contract
Active on
Ethereum with 123,749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,992.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGLD | ERC-20 | 2.667198K | $1.32 |
$3,520.7 | |
USDC | ERC-20 | 471.721852 | $1.001 |
$472.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244077 | 14 minutes ago | | | 0 | 0.00051782884 | |
| 21243956 | 38 minutes ago | | | 0 | 0.00077889306 | |
| 21243867 | an hour ago | | | 0 | 0.00048868384 | |
| 21243867 | an hour ago | | | 0 | 0.00048888144 | |
| 21243867 | an hour ago | | | 0 | 0.00048888144 | |
| 21243850 | an hour ago | | | 0 | 0.00060457786 | |
| 21243842 | an hour ago | | | 0 | 0.00062145027 | |
| 21243841 | an hour ago | | | 0 | 0.00063583614 | |
| 21243841 | an hour ago | | | 0 | 0.00063583614 | |
| 21243841 | an hour ago | | | 0 | 0.00095098057 |
ABI
ABI objects
Getter at block 21244145
adventureGoldPerTokenId() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
lootContract() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootContractAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
Adventure Gold
owner() view returns (address)
0xcd814c83198c15a542f9a13faf84d518d1744ed1
season() view returns (uint256)
0
symbol() view returns (string)
AGLD
tokenIdEnd() view returns (uint256)
8000
tokenIdStart() view returns (uint256)
1
totalSupply() view returns (uint256)
77310001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
seasonClaimedByTokenId(uint256, uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAllForOwner()
claimById(uint256 tokenId)
claimRangeForOwner(uint256 ownerIndexStart, uint256 ownerIndexEnd)
daoMint(uint256 amountDisplayValue)
daoSetAdventureGoldPerTokenId(uint256 adventureGoldDisplayValue)
daoSetLootContractAddress(address lootContractAddress_)
daoSetSeason(uint256 season_)
daoSetSeasonAndAdventureGoldPerTokenID(uint256 season_, uint256 adventureGoldDisplayValue)
daoSetTokenIdRange(uint256 tokenIdStart_, uint256 tokenIdEnd_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.