Project2049
Verified contract
Active on
Ethereum with 61 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 "Project2049"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19183841 | 9 months ago | | | 0 | 0.0023170962 | |
| 19183840 | 9 months ago | | | 0 | 0.0034052671 | |
| 19183815 | 9 months ago | | | 0 | 0.0022437356 | |
| 19183769 | 9 months ago | | | 0 | 0.0065912216 | |
| 19183675 | 9 months ago | | | 0 | 0.0032265737 | |
| 19183600 | 9 months ago | | | 0 | 0.0025882690 | |
| 19183556 | 9 months ago | | | 0 | 0.0041087692 | |
| 19178951 | 9 months ago | | | 0 | 0.0020342837 | |
| 19178765 | 9 months ago | | | 0 | 0.0031513865 | |
| 19178763 | 9 months ago | | | 0 | 0.0030450931 |
ABI
ABI objects
Getter at block 21226012 deck() view returns (uint256[] slot_cardIDs, bool[] slotsUsed)
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVnwNCv58gmmYcYcqjtwscqoe4zutAndxbg7d4ZS8TeXX/
dataURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVnwNCv58gmmYcYcqjtwscqoe4zutAndxbg7d4ZS8TeXX/
decimals() view returns (uint8)
18
minted() view returns (uint256)
24
name() view returns (string)
Project 2049
owner() view returns (address)
0x4040afd0586bbdc875fce8a5cbc596317d4ddd93
symbol() view returns (string)
2049
totalSupply() view returns (uint256)
184000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
card_used_by_ID(uint256) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist()
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
MintExtended(address indexed to, uint256 indexed card)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()