WinnerCo ID Badge
Verified contract
Active on
Ethereum with 17,107 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 "WinnerCo ID Badge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19117635 | 10 months ago | | | 0 | 0.00053595188 | |
| 19117633 | 10 months ago | | | 0 | 0.00054534168 | |
| 18703693 | a year ago | | | 0 | 0.00066755738 | |
| 18277239 | a year ago | | | 0 | 0.00019598168 | |
| 18084300 | a year ago | | | 0 | 0.00031464998 | |
| 18063472 | a year ago | | | 0 | 0.00087976542 | |
| 17896776 | a year ago | | | 0 | 0.00029292538 | |
| 17717719 | a year ago | | | 0 | 0.00073931761 | |
| 17442499 | a year ago | | | 0 | 0.00097106606 | |
| 17027740 | 2 years ago | | | 0 | 0.00097054052 |
ABI
ABI objects
Getter at block 21213897
TOTAL_SUPPLY() view returns (uint256)
10000
baseURI_() view returns (string)
http://api.cyberfist.xyz/badges/metadata/
isSaleActive() view returns (bool)
true
name() view returns (string)
WinnerCo ID Badge
owner() view returns (address)
0xca7a116719eaaab8e63fb13b83adf7cbc1202d7a
symbol() view returns (string)
WCID
totalSupply() view returns (uint256)
10000
txLimit() view returns (uint256)
1
walletLimit() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount, address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI__)
setIsSalesActive(bool s)
setTxLimit(uint256 t)
setWalletLimit(uint256 w)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()