The Awakening
Verified contract
Active on
Ethereum with 11,700 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 "The Awakening"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082793 | a month ago | | | 0 | 0.00035845151 | |
| 21030832 | a month ago | | | 0 | 0.00027471381 | |
| 21030832 | a month ago | | | 0 | 0.00047914912 | |
| 20859194 | 2 months ago | | | 0 | 0.00038588207 | |
| 20741386 | 2 months ago | | | 0 | 0.00013836535 | |
| 20623287 | 3 months ago | | | 0 | 0.000024813000 | |
| 20622999 | 3 months ago | | | 0 | 0.00015712590 | |
| 20565413 | 3 months ago | | | 0 | 0.000097115202 | |
| 20553182 | 3 months ago | | | 0 | 0.000046863053 | |
| 20286303 | 5 months ago | | | 0 | 0.00015887894 |
ABI
ABI objects
Getter at block 21286066 getMyAssets() view returns (uint256[])
freeActive() view returns (bool)
false
maxTx() view returns (uint256)
1
name() view returns (string)
The Awakening
nonce() view returns (uint256)
9999
owner() view returns (address)
0x9360725b1c66b7296f641eb0dfb0e5cfbf248796
presaleActive() view returns (bool)
false
price() view returns (uint256)
0
saleActive() view returns (bool)
true
saleMax() view returns (uint256)
9999
symbol() view returns (string)
AWAKE
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
freeWallets(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPresale(uint256 qty) payable
freeMint(uint256 qty) payable
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setFreeActive(bool val)
setFreeWallets(address[] _a, uint256[] _amount)
setMaxTx(uint256 newMax)
setPresaleActive(bool val)
setPresaleWallets(address[] _a, uint256[] _amount)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setSaleMax(uint256 supp)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.