WASTELAND
Verified contract
Active on
Ethereum with 393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe0b…1389
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- | |
WLCC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17441246 | a year ago | | | 0 | 0.0030519804 | |
| 16745939 | 2 years ago | | | 0 | 0.0038062967 | |
| 16724899 | 2 years ago | | | 0 | 0.0067461134 | |
| 16470472 | 2 years ago | | | 0 | 0.015308683 | |
| 16345212 | 2 years ago | | | 0 | 0.0011767349 | |
| 16345210 | 2 years ago | | | 0 | 0.0010494833 | |
| 16341473 | 2 years ago | | | 0 | 0.0033167474 | |
| 16304952 | 2 years ago | | | 0 | 0.0020545465 | |
| 16304894 | 2 years ago | | | 0 | 0.0012297380 | |
| 16046433 | 2 years ago | | | 0 | 0.0054721184 |
ABI
ABI objects
Getter at block 21337168
BASE_RATE() view returns (uint256)
10000000000000000000
MAX_PER_TX() view returns (uint256)
25
MAX_SUPPLY() view returns (uint256)
20000000000000000000000000
WastelandCactusCrew() view returns (address)
0xfe0be00f15ac95f6a2d1b8bea07bfa42e1b81389
decimals() view returns (uint8)
18
mintDisabled() view returns (bool)
false
name() view returns (string)
WASTELAND
owner() view returns (address)
0x2c132ff4c2d5a046b498f30056de8c36820ff889
paused() view returns (bool)
false
symbol() view returns (string)
WSTLND
totalClaimed() view returns (uint256)
997585221643518518518472
totalStaked() view returns (uint256)
1140
totalSupply() view returns (uint256)
974835221643518518518472
Read-only
allowance(address owner, address spender) view returns (uint256)
allowed(address) view returns (bool)
balanceOf(address account) view returns (uint256)
getClaimable(address account) view returns (uint256)
getOwnedByIndex(address account, uint256 index) view returns (uint256)
lastUpdate(address) view returns (uint256)
ownedTokens(address, uint256) view returns (uint256)
stakedTokens(address) view returns (uint256)
stash(address) view returns (uint256)
tokenIndex(uint256) view returns (uint256)
tokenOwners(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
claim(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMint()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setAllowed(address account, bool isAllowed)
stake(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds, bool claimTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address wastelandCactusCrew)
This contract contains no fallback and receive objects.
This contract contains no error objects.